@extends('layouts.view') @section('title','Profile') @section('links') @endsection @section('content')

{{ trans('lang.profile') }} {{ trans('lang.for') }} {{Auth::user()->name }}

@if ($message = Session::get('success'))

{{ $message }}

@endif
@if(Auth::user()->img_path !=null) @else @endif
{{Auth::user()->name }}

{{Auth::user()->position }}

  • {{ trans('lang.mobile') }} : {{Auth::user()->mobile }}
  • {{ trans('lang.email') }} : {{Auth::user()->email }}
  • {{ trans('lang.nationality') }} : {{Auth::user()->nationality }}