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

Documents List

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

Documents List

@foreach($documents as $document) @endforeach
Patient Doctor Date Description Actions Delete
{{$document->patient->first_name}} {{$document->doctor->first_name}} {{$document->date}} {{$document->description}}
@method('DELETE') @csrf
@endsection @section('scripts') @endsection