@extends('admin.layouts.master') @section('title', 'Edit Language') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Edit Language') }}
{{ csrf_field() }} {{ method_field('PUT') }}

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


@endsection @section('script') @endsection