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

{{__("Sub Section")}}

{{__("All Sub Section")}}

@endsection @section("content")

{{__("Edit Sub Section")}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("main_id")
{{$message}}
@enderror
@error("title_ar")
{{$message}}
@enderror
@error("title_en")
{{$message}}
@enderror
@error("description_ar")
{{$message}}
@enderror
@error("description_en")
{{$message}}
@enderror
@endsection @section("scripts") @endsection