@extends('Layouts.master') @section('content')
@if (session('success')) @endif
Lab Master Create Lab
@if(!empty($lab_list)) @foreach ($lab_list as $item) @endforeach @else @endif
Name Initial Actions
{{$item->lab_name}} {{$item->lab_initial}} Edit Delete
No Result Found
@endsection @push('js') @endpush