Customer Management
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if ($errors->has('phno'))
{{ $errors->first('phno') }}
@endif
Customer Table
No. | Name | Phone Number | Customer Type | Address | Action |
---|---|---|---|---|---|
{{ $no }} | {{ $customer->name }} | {{ $customer->phno }} | {{ $customer->type }} | {{ $customer->address }} |