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

{{__("Sub Section")}}

{{__("Sub Section")}}

@endsection @section("content") @include("includes.dialog")
@foreach($sections as $section) @endforeach
{{__("ID")}} {{__("Title")}} {{__("Description")}} {{__("Main Section")}} {{__("Details")}} {{__("Control")}}
{{$section->id}} {{ $section->getTitleAttribute() }} {{ $section->getDescriptionAttribute() }} {{ $section->main->type }} $section->id]) }}" class="btn btn-primary">{{__("View")}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$section->id}}" style="display: none" data-swal-title="{{__("Delete Sub Section")}}" data-swal-text="{{__("Are You Sure To Delete This Sub Section?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__("the Sub Section has been deleted successfully")}}">@csrf @method("delete")
@endsection @section("scripts") @endsection