@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Instructions And Laws")}}

{{__("Edit Instructions And Laws")}}

@endsection @section("css-links") @endsection @section("content")

{{__("Edit Instructions And Laws")}}

$instruction->id])}}" enctype="multipart/form-data"> @csrf
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@error("name_ur")
{{$message}}
@enderror
@endsection @section("scripts") @endsection