KMA Group
Admin Panel
{{-- Company Switcher --}}
@csrf
@foreach(App\Models\Company::orderBy('id')->get() as $c)
id ? 'selected' : '' }}> {{ $c->nama }}
@endforeach
Dashboard
Konten
Kategori Layanan
Layanan
Keunggulan
Gallery
Client
Partner
Kontak
Akun
Kelola Petugas @php $pending = App\Models\Petugas::where('status','pending')->count() @endphp @if($pending > 0)
{{ $pending }}
@endif
Profil Perusahaan
Pengaturan
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif @yield('content')