@extends('core/base::layouts.base') @section ('page') @include('core/base::layouts.partials.svg-icon')
@include('core/base::layouts.partials.top-header')
{!! Breadcrumbs::render('main', page_title()->getTitle(false)) !!}
@yield('content')
@include('core/base::layouts.partials.footer')
@stop @section('javascript') @include('core/media::partials.media') @endsection @push('footer') @routes @endpush