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

{{__("Why Sahla")}}

{{__("All Why Sahla")}}

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