Products
S NO | P.Name | P.Price | P.Quantity | P.Brands | Action |
---|
@if(session()->has('message')) @php echo ''; @endphp @endif @extends('layouts.app', [ 'class' => '', 'elementActive' => 'announcement' ]) @section('content') @error('state') @php echo ''; @endphp @enderror @error('city') @php echo ''; @endphp @enderror @error('area') @php echo ''; @endphp @enderror
@endsection @push('scripts') @endpush