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>
|
2018-06-03 07:15:10 +01:00
|
|
|
<div class="w-full m-auto mt-0 container">
|
2018-05-27 01:20:36 +01:00
|
|
|
<p class="text-right text-grey-dark text-xs">
|
|
|
|
{!! trans('strings.copyright', ['year' => date('Y')]) !!}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
@endsection
|