MIF_E31221446/resources/views/layouts/app-none.blade.php

10 lines
137 B
PHP

<!DOCTYPE html>
<html lang="en">
@include('layouts.header')
<body>
@yield('content')
@include('layouts.footer')
</body>
</html>