@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'airing_proof_themes']) @include('partials.dashboard.header')
{{$title}}
@csrf
{!! filled($airingProofTheme->description) ? $airingProofTheme->description : 'Tidak ada deskripsi' !!}
@include('partials.dashboard.footer', ['rich_editor' => true])