aboutsummaryrefslogtreecommitdiff
path: root/resources/views/pages/reservations.blade.php
blob: 475e5d76918a5b829fb5594745898b87c956b864 (plain) (blame)
1
2
3
4
5
6
7
8
9
@extends('layouts.app')

@section('title', 'Reservations')

@section('navbar', View::make('inc.navbar'))

@section('content')
    <reservations-view></reservations-view>
@endsection()