@extends('app')
@section('vendor-css')
@endsection
@section('javascript')
@endsection
@section('banner')
{{-- Advanced Tool --}}
Levequests
@php
$taglines = [
'Get the most out of your daily Allowances!',
'Don\'t forget about your Scrips!',
'Custom Deliveries nets you Custom Experiences!',
'Screw it, you\'re just going to make Cookies anyway…',
];
$tagline = $taglines[array_rand($taglines)];
@endphp
{!! $tagline !!}
@endsection
@section('content')
@endsection