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