summaryrefslogtreecommitdiff
path: root/Year_3/TSDWL/LARAVEL/iBook/resources/views/layout.blade.php
blob: e19db999f4ed7fe0a3209d9ec431b727cbab29e8 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
    <head></head>
    <body>
        @yield('content')
    </body>
</html>