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-12-23 05:18:29 +00:00
|
|
|
<div id="app"></div>
|
2018-05-27 00:20:36 +00:00
|
|
|
@endsection
|