@extends('layouts.default') @section('content') @include('layouts.header')
@include('layouts.sidebar')
{{ $title ?? 'Title (belum)' }}
Halaman User Profile
    {{--
  • Phone
    08123456789
  • Email
    User Email
  • Registered at
    created at nya
  • --}}
{{--
Label Identity
--}}
{{--
  • Customer
    Customer Name
  • Complete Name
    Complete Name
  • Parking Zone
    Parking Zone nya
--}}
{{--
  • Alamat
    Alam
--}}
@include('layouts.drawer') @endsection @section('scripts') @include('scripts.header') @include('scripts.sidebar') @include('scripts.user_profile') @endsection