@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Header Footer

@if(Session::has('message'))

{{ Session::get('message') }}

@endif

Header Footer List

@foreach($headerfooters as $row) @if($row->is_header==1) {{--*/ $sel = "Header" /*--}} @else {{--*/ $sel = "Footer" /*--}} @endif @endforeach @if (count($headerfooters) === 0) @endif
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop