@extends('core::layouts.master') @section('stylesheet') @endsection @section('scripts') {{ Html::script(Module::asset('Navigate:Assets').'/js/index.js') }} @endsection @section('breadcrumb', 'Danh sách điều hướng') @section('head-action') {{ Form::bsNavButton('Thêm điều hướng',route('admin.navigate.create', ['advert_type' => $advert_type])) }} @endsection @section('content')
@endsection