PHP Classes

File: resources/views/blogs/layout.blade.php

Recommend this page to a friend!
  Classes of Akinshola Samuel AKINDE   Laravel MongoDB CRUD Blog   resources/views/blogs/layout.blade.php   Download  
File: resources/views/blogs/layout.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel MongoDB CRUD Blog
Blog that uses CRUD record operations with MongoDB
Author: By
Last change:
Date: 8 months ago
Size: 313 bytes
 

Contents

Class file image Download
<!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>