@extends('core/base::layouts.base') @section ('page')
@include('core/base::layouts.partials.top-header')
@yield('content')
@include('core/base::layouts.partials.footer')
@stop