@extends('layouts.master') @section('title', $patient->first_name . ' ' . $patient->second_name . ' | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('patientappo.patient profile')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@else @role('Super-admin|Doctor|Branch-manager|Receptionist') @endrole @endif @if (Session::has('error_delete')) @endif @endsection @section('content')@if($patient->cat == 1) {{ __('basic.patient') }} @else {{ __('basic.company') }} @endif
{{ __('basic.id') }}: {{ $patient->new_id }}
{{ __('basic.code') }}: {{ $patient->code }}
{{ __('patientappo.gendar') }}
{{ $patient->gendar }}{{ __('basic.status') }}
@if ($patient->type == 1) {{ __('basic.patient') }} @elseif ($patient->type == 2) {{ __('basic.leads no action') }} @elseif ($patient->type == 3) {{ __('basic.leads interested') }} @elseif ($patient->type == 4) {{ __('basic.leads not interested') }} @endif{{ __('basic.creator') }}
@if ($patient->creator) {{ $patient->creator->first_name }} @else No ONE @endif| {{ __('basic.name') }} | {{ __('basic.phone number') }} | {{ __('basic.email') }} | {{ __('basic.position') }} |
|---|---|---|---|
| {{ $item->name }} | {{ $item->phone_number }} | {{ $item->email }} | {{ $item->position }} |