@extends('users.admin.layouts.master') @section('styles') @endsection @section('content')

Lap Reports List

#Page-ID
@if(session()->has('success')) @endif

Lap Reports List

@foreach($lapreports as $lapreport) @endforeach
Patient Name Doctor Name Template Name Date / Time Actions Delete
{{$lapreport->patient->first_name}} {{$lapreport->template->name}} {{$lapreport->date.'/'.$lapreport->time}}
@method('DELETE') @csrf
@endsection @section('scripts') @endsection