12 lines
356 B
PHP
Executable File
12 lines
356 B
PHP
Executable File
@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
|