@section('title') @isset($subtitle) {{ "{$subtitle} - {$title}" }} @else {{ $title }} @endisset @endsection @section('content_header')

{{ $title }}

@endsection