@extends('layouts.app') @section('title','Seats') @section('content')

Seats

@include('flash::message')
@include('seats.table')
@endsection