@extends('admin.layouts.contentLayoutMaster') @section('title', $title) @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')

Akun

@include('admin.layouts.error-message')
Avatar
NIK : {{ $user->nik }}
Nama : {{ $user->name }}
Nomor Telepon : {{ $user->phone_number }}
Email : {{ $user->email }}
Role : {{ $user->role }}
Agent/Cabang : {{ auth()->user()->userable ? (auth()->user()->userable->status_agent ? auth()->user()->userable->agent->name : 'Head Office') : 'Head Office' }}
Alamat : {{ $user->address }}
Kota : {{ $user->city }}
{{-- Modal --}} {{-- End Modal --}}
@endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection