@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("Sub Section")}}
{{__("All Sub Section")}}
{{__("Dashboard")}}
{{__("Sub Section")}}
{{__("Create")}}
@endsection @section("content")
{{__("Create New Sub Section")}}
@csrf
{{__("Main Section")}}
{{__("Select Main")}}
@foreach($main_sections as $section)
id) }} value="{{ $section->id }}">{{ $section->type }}
@endforeach
@error("main_id")
{{$message}}
@enderror
{{__("Arabic Title")}}
@error("title_ar")
{{$message}}
@enderror
{{__("English Title")}}
@error("title_en")
{{$message}}
@enderror
{{__("Arabic Description")}}
{{inputValue("description_ar")}}
@error("description_ar")
{{$message}}
@enderror
{{__("English Description")}}
{{inputValue("description_en")}}
@error("description_en")
{{$message}}
@enderror
@endsection @section("scripts") @endsection