@extends('layouts.base') @section('content') @if(isset($header_type)) @elseif(View::hasSection('header_type'))
@endif @yield('container')
@endsection