@extends('layouts/contentLayoutMaster')
@section('title', 'Tree')
@section('vendor-style')
@endsection
@section('page-style')
@endsection
@section('content')
-
css
-
img
- bg.jpg
- logo.png
- avatar.png
-
js
- index.html
- page-one.html
- page-two.html
@endsection
@section('vendor-script')
@endsection
@section('page-script')
@endsection