@extends('layouts.app') @section('content')
@foreach($patients as $patient) @endforeach
N° Dossier Nom du Patient Date de naissance Email Téléphone Actions
{{$patient->code}} {{$patient->first_name}} {{$patient->last_name}} {{$patient->d_of_birth}} à {{$patient->l_of_birth}} {{$patient->email}} {{$patient->country_code_phone}} {{$patient->phone}} Dossier
{!! $patients->links() !!}
@endsection @section('scripts') @include('layouts.plugins.scripts.datatable') @endsection