@extends('layouts.app') @section('body')
@include('layouts._navbar')
@yield('content')
@endsection