sifatbaho
This commit is contained in:
11
resources/views/pages/pages-starter.blade.php
Executable file
11
resources/views/pages/pages-starter.blade.php
Executable file
@@ -0,0 +1,11 @@
|
||||
@extends('layouts.master')
|
||||
@section('title') @lang('translation.starter') @endsection
|
||||
@section('content')
|
||||
@component('components.breadcrumb')
|
||||
@slot('li_1') Pages @endslot
|
||||
@slot('title') Starter @endslot
|
||||
@endcomponent
|
||||
@endsection
|
||||
@section('script')
|
||||
<script src="{{ URL::asset('/assets/js/app.min.js') }}"></script>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user