@extends('layouts.app') @section('content') @php $date_format = get_option('date_format','Y-m-d'); @endphp
{{ _lang('My Profile') }}
profile_picture) : asset('images/avatar.png') }}">
{{ _lang('Name') }} {{ $profile->name }}
{{ _lang('Email') }} {{ $profile->email }}
{{ _lang('User Type') }} {{ ucwords($profile->user_type) }}
@endsection