@extends('layouts.frontend') @section('title') @lang('frontend.all_patients') @endsection @section('vendor_css') @endsection @section('page_level_css') @endsection @section('content')
@if($center_type == 'RC')| @lang('frontend.code') | @lang('frontend.full_name') | @lang('frontend.national_id') | @lang('frontend.mobile_phone') | @lang('frontend.city') | @if(Auth::user()->type!=2)@lang('frontend.options') | @endif
|---|---|---|---|---|---|
| {{ $patient->code }} | {{ $patient->name }} | {{ $patient->national_id }} | {{$patient->phone}} | {{ $patient->city->name }} | @if(Auth::user()->type!=2)@endif |
| @lang('frontend.code') | @lang('frontend.full_name') | @lang('frontend.national_id') | @lang('frontend.gender') | @if(Auth::user()->type!=2)@lang('frontend.options') | @endif