17 lines
336 B
PHP
17 lines
336 B
PHP
@extends('layouts.master')
|
|
@section('title')
|
|
Starter
|
|
@endsection
|
|
@section('css')
|
|
<!-- extra css -->
|
|
@endsection
|
|
@section('content')
|
|
<!-- start content from here -->
|
|
|
|
|
|
@endsection
|
|
@section('scripts')
|
|
<!-- landing-index js -->
|
|
<script src="{{ URL::asset('build/js/frontend/menu.init.js') }}"></script>
|
|
@endsection
|