@extends("Admin.template" ,["table"=>true]) @section("content")
{{__('messages.edit')}} {{$section[ app()->getLocale().'_name']}}
{{--// ar_name en_name type sort--}}
@csrf @method("PUT")
@endsection @section('scripts') @endsection