@extends('layouts.admin') @section('title', 'Admin Profile') @push('vendor-styles') {{-- --}} @endpush @push('page-styles') @endpush @section('body')

Admins Profile




{{-- ----- tab ----- --}}

Profile Information

@csrf

{{-- --}}

User Property

@if ($customer->address)

{{ isset($customer->address) ? $customer->address : '' }}

@endif()
@endsection @push('vendor-scripts') {{-- --}} @endpush @push('page-scripts') @endpush