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