tweaks for seat-chooser

This commit is contained in:
Didier Slof 2023-01-02 00:51:48 +01:00
parent b0cc5b5278
commit 2451ab45cb
Signed by: didier
GPG key ID: 01E71F18AA4398E5
4 changed files with 174 additions and 29 deletions

View file

@ -1,6 +1,7 @@
@extends('layout')
@push('head')
<link rel="stylesheet" href="{{ asset('css/generic.css') }}">
<link rel="stylesheet" href="{{ asset('css/seat-chooser.css') }}">
<script src="{{ asset('js/seat-chooser.js') }}" defer></script>
@endpush