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

{{__("Website Services marketing")}}

{{__("")}}

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