@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)--}} {{--
--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@foreach ($data as $row)--}} {{----}} {{----}} {{--@if ($row->approved)--}} {{-- --}} {{--@else--}} {{-- --}} {{--@endif--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@endforeach--}} {{----}} {{--
IDApprovedOperator CallsignQSOFromToFrequenciesModesSpecial CallsignOperator NameOperator EmailOperator PhoneActions
{{ $row->id }}{{ $row->operatorCall }}{{ $row->qso }}{{ $row->fromTime }}{{ $row->toTime }}{{ $row->frequencies }}{{ $row->modes }}{{ $row->specialCall }}{{ $row->operatorName }}{{ $row->operatorEmail }}{{ $row->operatorPhone }}--}} {{----}} {{----}} {{----}} {{--
--}} {{--
--}} {{--@else--}} {{--
--}} {{--There are currently no reservations.--}} {{--
--}} {{--@endif--}} @endsection()