@extends('layouts.app') @section('title') {{ __('Patients') }} @endsection @section('breadcrumb')

{{ __('Patients') }}

@endsection @section('content')
@can('create_patient') {{ __('Create') }} @endcan
@if (isset($from)) @endif
@if (isset($from)) @endif
@if (session('branch_id') == 3)
@endif @if (isset($lab_patients)) @endif {{--
--}}
@if (isset($from)) @endif
{{-- scanner --}}
{{-- scanner --}}
{{-- {{ __('Export') }} --}}
{{-- --}}
{{ __('Download template') }}
@csrf
{{ __('Import') }}
{{--
--}}
# {{ __('First name') }} {{ __('Last name') }} {{ __('Code') }} {{ __('Gender') }} {{ __('DOB') }} {{ __('Age') }} {{ __('Contact Number') }} {{ __('Email') }} {{ __('Contract') }} {{ __('Created at') }} {{ __('Status') }} {{ __('Action') }}
@isset($_GET['id']) @include('admin.patients._patient_modal') @endisset @endsection @section('scripts') @endsection