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

{{__("fourth Paragraph")}}

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