@extends('layouts.layout')
@section('title', 'Customer Waitinglist')
@section('content')
@include('customers.customer_sidebar')
Customer Details - {{ $customer->firstname }} {{ $customer->lastname }}
Back
| Franchise |
Venue |
Class |
Day |
Time |
Term |
Student |
Date Added |
|
@endsection