TIF_E41211320/resources/views/partials/content.blade.php

8 lines
96 B
PHP

@include('partials.header')
<main >
@yield('content')
</main>
@include('partials.footer')