@extends('app') @section('body')
@include('components.navbar') @yield('page') @include('components.footer')
@endsection