@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("Instructions And Laws")}}
{{__("Edit Instructions And Laws")}}
{{__("Dashboard")}}
{{__("Instructions And Laws")}}
{{__("Edit")}}
@endsection @section("css-links")
@endsection @section("content")
{{__("Edit Instructions And Laws")}}
$instruction->id])}}" enctype="multipart/form-data"> @csrf
{{__("English Instructions And Laws")}}
{{inputValue("name_en", $instruction)}}
@error("name_en")
{{$message}}
@enderror
{{__("Arabic Instructions And Laws")}}
{{inputValue("name_ar", $instruction)}}
@error("name_ar")
{{$message}}
@enderror
{{__("Urdu Instructions And Laws")}}
{{inputValue("name_ur", $instruction)}}
@error("name_ur")
{{$message}}
@enderror
@endsection @section("scripts") @endsection