@extends('backend.layouts.app') @section('head') @endsection @section('content')
{{ translate('Default Language') }}
@csrf
{{ translate('Import App Translations') }}
@csrf
{{translate('Language')}}
# {{translate('Name')}} {{translate('Code')}} {{translate(' Flutter App Lang Code')}} {{translate(' RTL')}} {{translate('Status')}} {{translate('actions')}}
@endsection @section('modal') @include('public_files.modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} {!! $switch_script !!} {!! $switch_script_rtl !!} @endsection