@extends('Layouts.adminLayout') @section('title') {{__('Edit Language')}} @endsection @section('breadcrumb')
@endsection @section('content')

{{__('Edit Language')}}

@CSRF
@if ($errors->has('language_select'))
{{ $errors->first('language_select') }}
@endif
@if ($errors->has('direction'))
{{ $errors->first('direction') }}
@endif
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif
@if ($errors->has('prefix'))
{{ $errors->first('prefix') }}
@endif
@endsection @section('script') @endsection