@extends('layouts.master') @section('page_title', 'Menu') @section('content') @endsection @section('page_script') @include('shared_script._list_manager') {!! Html::script('/js/moment.min.js') !!} {!! Html::script('/js/daterangepicker.js') !!} @include('shared_script._sortable_manager') @endsection @section('page_style') {!! Html::style('/css/daterangepicker.css') !!} {!! Html::style('/css/daterangepicker_custom.css') !!} @endsection