@extends('common.index') @section('content')

Laboratory Test List

@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'))
@endif @if(session('success'))
@endif

Laboratory Test List

{{-- Dropdown --}} {{-- Search --}} {{-- Add New --}} Add New
@foreach ($labtestLists as $index => $list) @endforeach
# Name Price Action
{{ ($labtestLists->currentPage() - 1) * $labtestLists->perPage() + $index + 1 }}. {{ $list->name }} {{ $list->price }} Edit Delete
@foreach ($labtestLists as $index=>$list) @endforeach
@endsection