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