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-12-22 21:18:29 -08:00
|
|
|
<div id="app"></div>
|
2018-05-26 17:20:36 -07:00
|
|
|
@endsection
|