@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'))
@endif
@endif
@stop
@section('content')