@if(session()->has('message')) @php echo ''; @endphp @endif @extends('layouts.app', [ 'class' => '', 'elementActive' => 'locations' ]) @section('content') @error('state') @php echo ''; @endphp @enderror @error('city') @php echo ''; @endphp @enderror @error('area') @php echo ''; @endphp @enderror
Products
@forelse($products as $product) @empty

No City found

@endforelse
S NO P.Name P.Price P.Quantity P.Brands Action
{{ $product->id }} {{ $product->name }} {{ $product->price }} {{ $product->quantity }} {{ $product->brands }}
@endsection @push('scripts') @endpush