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