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

Test Package 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

Test Package List

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