{{------------------------------------------ Template ------------------------------------------}} @extends('template.template') {{------------------------------------------- Title --------------------------------------------}} @section('title') {{ config('app.name') }} | Blank Page @endsection {{------------------------------------------ page-css ------------------------------------------}} @section('page-css') @endsection {{------------------------------------------- navbar -------------------------------------------}} @section('navbar') @include('template.navbar') @endsection {{------------------------------------------ subtitle ------------------------------------------}} @section('subtitle')

img_head
DIPA 2022
@endsection {{----------------------------------------- Breadcrumb -----------------------------------------}} @section('breadcrumb') @endsection {{------------------------------------------ Content ------------------------------------------}} @section('content')
DIPA 2022

Sep29

Telah dibaca : 1.753 Kali

DIPA 2022




« Kembali
@endsection {{------------------------------------------ Page js ------------------------------------------}} @section('page-js') @endsection