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

{{__("Products")}}

{{__("All Products")}}

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