@extends('layouts.frontend') @section('title') @lang('frontend.doctors') @endsection @section('vendor_css') @endsection @section('page_level_css') @endsection @section('content')
@if($center_type == 'HCP') @endif @foreach ($users as $user) @if($center_type == 'HCP') @endif @endforeach @if($center_type == 'HCP') @endif
@lang('frontend.full_name') @lang('frontend.phone') التخصصات@lang('frontend.clinic')@lang('frontend.options')
{{ $user->name }} {{ $user->phone }} @foreach($user->specials as $special) {{$special->name}} @if(!$loop->last) - @endif @endforeach {{$user->clinic_name}}
{{method_field('DELETE')}} {{ csrf_field() }}
@lang('frontend.full_name') @lang('frontend.phone') التخصصات@lang('frontend.clinic')@lang('frontend.options')
@endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection