@extends('dashboard.layouts.master') @section('title') {{ __('lang.profile') }} @stop @section('content')

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

@include('dashboard.profile.include')
{{ __('lang.profile') }}
@include('includes.flash_msg')

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

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

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

@endsection