@if(session('user')->user_type_id==2)
You can edit existing entries, but deletion is restricted if they are linked to any records.
@endif
@if(session('error'))
Error! {{ session('error') }}
@endif
@if(session('success'))
Success! {{ session('success') }}
@endif
| # |
Name |
Price |
Action |
@foreach ($labtestLists as $index => $list)
| {{ ($labtestLists->currentPage() - 1) * $labtestLists->perPage() + $index + 1 }}. |
{{ $list->name }} |
{{ $list->price }} |
Edit
Delete
|
@endforeach