@extends('layouts.app') @section('title', 'EndoCapture') @section('style') @php header('HTTP/1.1 500 Internal Server Error'); @endphp @endsection @section('modal') @endsection @section('content')
@foreach ($case as $c) @endforeach
HN Name Procedure Date PACs Send
{{@$c->case_hn}} {{@$c->firstname}}   {{@$c->lastname}} {{@$c->procedure_name}} {{@$c->case_dateappointment}} @if(isset($c->pacs_id)) @else @endif
{{ $case->links() }}
HN :
Name :
Procedure :
Date :
PACs Send :
Photo
PDF :
@endsection @section('script') @endsection