2018-05-27 01:20:36 +01:00
|
|
|
@extends('templates/wrapper', [
|
2019-02-09 22:32:18 +00:00
|
|
|
'css' => ['body' => 'bg-neutral-900']
|
2018-05-27 01:20:36 +01:00
|
|
|
])
|
2018-03-31 21:52:11 +01:00
|
|
|
|
2018-05-27 01:20:36 +01:00
|
|
|
@section('container')
|
2019-06-22 21:53:41 +01:00
|
|
|
<div class="w-full max-w-xs sm:max-w-md m-auto mt-8">
|
2019-06-10 03:26:20 +01:00
|
|
|
<div id="app"></div>
|
2018-05-27 01:20:36 +01:00
|
|
|
</div>
|
|
|
|
@endsection
|