@extends('layouts.'.'profile'.'.master') @section('title') {{$title}} @endsection @section('content')
@include('message') {{-- @include('breadcrumb') --}}
photo
@method('PUT') @csrf

{{ $data->name }}


  • {{ __('labels.Email') }}
    {{ $data->email }}
  • {{ __('labels.User-level') }}
    {{ $data->type }}
@method('PUT') @csrf
{{ __('labels.Name') }}
{{--
{{ __('labels.Email') }}
email }} />
{{ __('labels.Type') }}
type }} />
--}}
{{--
{{ __('profile.attachments') }}
--}} {{-- * {{ __('profile.Attachments_are_of_image_type_only')}}--}}
{{--
--}}
@endsection