@extends('site.layout.layout') @section('url'){{URL::to('/')}}/{{App::getLocale()}}/profile @stop @section('title'){{ __('app.profile') }} @stop @section('image'){{URL::to('/')}}/img/750x500/{{$setting->logo}} @stop @section('description'){{\App\Http\Helpers\Helpers::stringReplace('',3)}} @stop @section('css') @endsection @section('content')

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

{{ __('lang.name') }}: {{\Auth::guard('clients')->user()->name}}
{{ __('lang.mobile') }}: {{\Auth::guard('clients')->user()->mobile}}
{{ __('lang.email') }}: {{\Auth::guard('clients')->user()->email}}

{{ __('lang.profile') }}

{{-- --}} {{-- name_Degree --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
{{ __('lang.name') }}: {{\Auth::guard('clients')->user()->name}}
{{ __('lang.email') }} : {{\Auth::guard('clients')->user()->email}}
{{ __('lang.mobile') }} : {{\Auth::guard('clients')->user()->mobile}}
{{ __('app.gender') }} : @if(\Auth::guard('clients')->user()->gender == 1) {{ __('app.male') }} @elseif(\Auth::guard('clients')->user()->gender == 2) {{ __('app.female') }} @endif
{{ __('app.dob') }} : {{\Auth::guard('clients')->user()->dob}}
{{ __('app.governorate') }} : {{$data['clients']->name_governorate}}
{{ __('app.city') }} : {{$data['clients']->name_city}}
{{ __('app.title') }} : {{\Auth::guard('clients')->user()->title}}
{{ __('app.Degree') }} : {{$data['clients']->name_Degree}}
{{ __('app.Specialization') }} : {{\Auth::guard('clients')->user()->Specialization}}
@include('site.sub_profile.update_clint') @endsection @section('js') @endsection