ADMIN MANAGEMENT
@php $avatar = $admin->profile_picture ? asset('storage/' . $admin->profile_picture) : asset('images/bzmtch_logo.png'); @endphp
@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif

Profile

| >

Admin Profile Information

{{-- Profile panel (layout similar to ceo/client.blade.php) --}}

Personal information

{{-- Cover + Avatar + Name --}}
Cover Photo
Avatar

{{ $admin->full_name ?: $admin->username ?: 'Admin' }}

Admin

@include('admin.partials.inbox')