@extends('app') @section('content')
@yield('top')
@yield('main')
@endsection {{-- Web site Title --}} @section('title') Administration :: @parent @endsection {{-- Styles --}} @section('styles') @parent {{----}} {{----}} {{----}} {{----}} {{----}} @endsection {{-- Sidebar --}} @section('sidebar') @include('admin.partials.nav') @endsection {{-- Scripts --}} @section('scripts') @parent {{-- Not yet a part of Elixir workflow --}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} @endsection