I want to include a css all css and js in single page and load it in all page.Now If I want to include bootstrap.css and bootstrap.js in welcome page I have included in welcome
Crate header.blade.php
dhinchakwale Toggle navigation @yield('content')
And use like this First extends header Second Section of your content
@extends('layouts.header') @section('content') Hello @stop