fix+add: seats + seat-chooser
This commit is contained in:
parent
2c6745e812
commit
b0cc5b5278
31 changed files with 808 additions and 115 deletions
|
@ -8,6 +8,7 @@ class CinemaController extends \App\Http\Controllers\Controller
|
|||
{
|
||||
$this->middleware('auth');
|
||||
$this->middleware('atleast:employee');
|
||||
$this->middleware('permission:manage_cinemas')->only(['create', 'store', 'edit', 'update', 'destroy']);
|
||||
}
|
||||
|
||||
public function showAllCinemas()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue