@extends('layouts.master') @section('title', 'All Patients | Proxima - Medical Management app') @section('title-topbar', __('basic.all patients')) @section('css') @endsection @section('content') @section('fixedcontent') @if (Session::has('success'))
@endif @endsection{{ __('patientappo.total patients') }} {{ $patients->total() }}
{{ date('d M Y', strtotime($item->created_at)) }}
{{ $item->name }}{{ $type }} | @if ($item->branch) {{ $item->branch->name }} @else No branch @endif