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

{{__("Main Section")}}

{{__("Main Section")}}

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