@extends('layouts.app')
@section('title', 'Reservations')
@section('navbar', View::make('inc.navbar'))
@section('scripts')
@endsection
@section('content')
ID |
Approved |
Operator Callsign |
QSO |
From |
To |
Special Callsign |
Frequencies |
Modes |
Operator Name |
Operator Email |
Operator Phone |
Actions |
{{--@if (count($data) > 0)--}}
{{----}}
{{--@else--}}
{{----}}
{{--There are currently no reservations.--}}
{{--
--}}
{{--@endif--}}
@endsection()