@extends('layouts.master')
@section('title')
{{ __('Starter') }}
@endsection
@push('css')
@endpush
@section('content')
<x-page-title title="UI Elements" pagetitle="Pages" />
@endsection
@push('scripts')
<script src="{{ URL::asset('build/js/app.js') }}">
@endpush