@extends($activeTemplate . 'layouts.master')
@section('content')
-
@lang('Account No.')
{{ $user->account_number }}
@if ($user->branch)
-
@lang('Branch')
{{ @$user->branch->name }}
@endif
-
@lang('Username')
{{ $user->username }}
-
@lang('Email')
{{ $user->email }}
-
@lang('Mobile')
{{ $user->mobile }}
-
@lang('Country')
{{ $user->address->country }}
@endsection
@push('script')
@endpush
@push('bottom-menu')
@endpush