@extends('layouts.admin') @section('content') {{__('Edit Language')}} {{__('Dashboard')}} {{__('Languages')}} {{__('Edit Language')}} {{__('Edit Language')}} {{__('On this page you can edir language and fill in all fields.')}} {{__('Edit Language')}} @csrf @method("PUT") {{ __('Name') }} : @error('name') {{ $message }} @enderror {{__('Title')}} : @foreach(\File::files('assets/flags') as $path) @if(!in_array(pathinfo($path)['filename'],$lang)) code == pathinfo($path)['filename']) selected @endif value="{{ pathinfo($path)['filename'] }}" data-content="{{ pathinfo($path)['filename'] }}"> @endif @endforeach @error('title') {{ $message }} @enderror {{__('RTL')}} : rtl) checked @endif> {{__('Update')}} @endsection @push('styles') @endpush @push('libraies') @endpush
{{__('On this page you can edir language and fill in all fields.')}}