@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')
{{ csrf_field() }}
@endif
@if(Auth::user()->type!=2)@endif @foreach ($patients as $patient) @if($patient) @if(Auth::user()->type!=2) @endif @endif @endforeach @if(Auth::user()->type!=2)@endif
@lang('frontend.code') @lang('frontend.full_name') @lang('frontend.national_id') @lang('frontend.mobile_phone') @lang('frontend.city')@lang('frontend.options')
{{ $patient->code }} {{ $patient->name }} {{ $patient->national_id }} {{$patient->phone}} {{ $patient->city->name }}
{{method_field('DELETE')}} {{ csrf_field() }}
@lang('frontend.code') @lang('frontend.full_name') @lang('frontend.national_id') @lang('frontend.gender')@lang('frontend.options')
@endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection