<!DOCTYPE html>
<html>
<head>
<title>Laravel 6.* + Mongo CRUD Application</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha/css/bootstrap.css" rel="stylesheet">
</head>
<body>
<div class="container" style="margin-top: 5%;">
@yield('content')
</div>
</body>
</html>
|