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

{{__("third Paragraph")}}

@endsection @section("content") @include("includes.dialog")
@if($thirds->count()!=1) @endif
@foreach($thirds as $third) @endforeach
{{__("Title")}} {{__("Description")}} {{__("Control")}}
{{$third->getTitleAttribute()}} {{$third->getDescriptionAttribute()}} $third->id])}}" class="control-link edit">
id)}}" method="post" id="delete{{$third->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