Location
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if (session('delete'))
{{ session('delete') }}
@endif
@if (Auth::user()->is_admin == '1' || Auth::user()->type == 'Admin')
@endif
Location Table
No. | Name | Phone Number | Address | @if (Auth::user()->is_admin == '1' || Auth::user()->type == 'Admin')Action | @endif
---|---|---|---|---|
{{ $no }} | {{ $warehouse->name }} | {{ $warehouse->phone_number }} | {{ $warehouse->address }} | @if (Auth::user()->is_admin == '1' || Auth::user()->type == 'Admin')@endif |