2019-06-22 23:23:02 +01:00
|
|
|
@extends('templates/wrapper', [
|
|
|
|
'css' => ['body' => 'bg-neutral-800'],
|
|
|
|
])
|
2018-05-27 01:20:36 +01:00
|
|
|
|
|
|
|
@section('container')
|
2020-10-15 04:13:36 +01:00
|
|
|
<div id="modal-portal"></div>
|
2019-06-10 03:26:20 +01:00
|
|
|
<div id="app"></div>
|
2018-05-27 23:37:03 +01:00
|
|
|
@endsection
|