cms-token/@core/resources/views/frontend/frontend-master.blade.php

5 lines
93 B
PHP

@include('frontend.partials.header')
@yield('content')
@include('frontend.partials.footer')