@extends('backend.app') @section('content')

Free Shipping Product List

@can('discount.create') Add Product @endcan
@forelse($items as $item) @empty @endforelse
Product Name Image Action
{{$item->name}}
{{$item->name}}
No products found.
@if(method_exists($items, 'links'))
{{ $items->links() }}
@endif
@endsection @push('js') @endpush