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

{{__("Home Slider")}}

{{__("All Business Partners")}}

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