@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("Instructions And Laws")}}
{{__("Create Instructions And Laws")}}
{{__("Dashboard")}}
{{__("Instructions And Laws")}}
{{__("Create")}}
@endsection @section("css-links")
@endsection @section("content")
{{__("Create New Instructions And Laws")}}
@csrf
{{__("English Instructions And Laws")}}
{{inputValue("name_en")}}
@error("name_en")
{{$message}}
@enderror
{{__("Arabic Instructions And Laws")}}
{{inputValue("name_ar")}}
@error("name_ar")
{{$message}}
@enderror
{{__("Urdu Instructions And Laws")}}
{{inputValue("name_ur")}}
@error("name_ur")
{{$message}}
@enderror
@endsection @section("scripts") @endsection