@extends('admin.layouts.master') @section('title', 'Edit Language') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Edit Language') }} @endslot @slot('menu1') {{ __('Edit Language') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('adminstaticword.Edit') }} {{ __('adminstaticword.Language') }}
{{ csrf_field() }} {{ method_field('PUT') }}

def==1 ? "checked" : "" }}/>


@endsection @section('script') @endsection