@extends('layouts.master') @section('title', 'My Patients | Proxima - Medical Management app') @section('title-topbar', 'My Patients') @section('css') @endsection @section('content')
{{ __('patientappo.total patients') }} {{ $patients->total() }}
{{ date('d M Y', strtotime($item->created_at)) }}
{{ $item->branch->name }}