@extends('dashboard.layouts.master') @section('title') {{ $data->username }} @stop @section('content')

{{ $data->username }}

@permission('delete-users') @endpermission
@include('dashboard.users.include')
{{ __('lang.profile') }}
@include('includes.flash_msg')

{{ __('lang.username') }}: {{ $data->username }}

{{ __('lang.email') }}: {{ $data->email }}

{{ __('lang.phone') }}: {{ $data->phone }}

@endsection