@extends('adminlte::page') @section('title') {{ config('adminlte.title') }} @hasSection('subtitle') | @yield('subtitle') @endif @stop @section('content_header') @hasSection('content_header_title')

@yield('content_header_title') @hasSection('content_header_subtitle') @yield('content_header_subtitle') @endif

@hasSection('header_buttons')
@yield('header_buttons')
@elseif(View::hasSection('button_url'))
@yield('button_label', 'Tambah')
@endif
@endif @stop @section('content') @yield('content_body') @stop @section('footer')
Version: {{ config('app.version', '1.0.0') }}
{{ config('app.company_name', 'My company') }} @stop @section('css') @stop @section('js') @stop