@include('admin.layouts.components.asset_datatables') @include('admin.layouts.components.asset_validasi') @extends('admin.layouts.index') @section('title')

Kotak Pesan {{ $pesan ? 'Ubah' : 'Tambah' }} Kotak Pesan

@endsection @section('breadcrumb')
  • Daftar Kotak Pesan
  • {{ $pesan ? 'Ubah' : 'Tambah' }} Kotak Pesan
  • @endsection @section('content') @include('admin.layouts.components.notifikasi')
    @if ($readonly) @else @endif
    @endsection @push('scripts') @endpush