PHP Classes

File: resources/views/layout.blade.php

Recommend this page to a friend!
  Classes of Nahidul Hasan   Laravel Eloquent Query Filter for Article Blogs   resources/views/layout.blade.php   Download  
File: resources/views/layout.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Eloquent Query Filter for Article Blogs
Example blog application of Eloquent query filters
Author: By
Last change:
Date: 5 months ago
Size: 352 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
   {{-- <h2>Laravel Eloquent Query Filtering</h2>--}}
    <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha/css/bootstrap.css" rel="stylesheet">
</head>

<style>
    body{
        margin-top: 3%;
    }
</style>

<body>


<div class="container">
    @yield('content')
</div>


</body>
</html>