2018-05-27 01:20:36 +01:00
|
|
|
@extends('templates/wrapper')
|
|
|
|
|
|
|
|
@section('container')
|
2018-05-27 07:17:02 +01:00
|
|
|
<router-view></router-view>
|
2018-05-27 23:37:03 +01:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section('below-container')
|
|
|
|
<div class="flex-grow"></div>
|
2019-02-10 01:07:11 +00:00
|
|
|
<div class="w-full m-auto mt-0 mb-6 container">
|
2019-02-09 23:17:38 +00:00
|
|
|
<p class="text-center sm:text-right text-neutral-300 text-xs">
|
2018-05-27 01:20:36 +01:00
|
|
|
{!! trans('strings.copyright', ['year' => date('Y')]) !!}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
@endsection
|