first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user