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

img_head
Pos Bantuan Hukum
@endsection {{----------------------------------------- Breadcrumb -----------------------------------------}} @section('breadcrumb') @endsection {{------------------------------------------ Content ------------------------------------------}} @section('content')
Pos Bantuan Hukum
@endsection {{------------------------------------------ Page js ------------------------------------------}} @section('page-js') @endsection