@extends('layouts.app') @section('title', __('app.patients')) @section('page_title', __('app.patients')) @section('content')

{{ __('app.patients') }}

{{ __('app.code') ?? 'Code' }} {{ __('app.name') }} {{ __('app.phone') ?? 'Phone' }} {{ __('app.email') }} {{ __('app.status') }} {{ __('app.actions') }}
{{ __('app.loading') ?? 'Loading...' }}
@endsection @push('scripts') @endpush