@extends('layouts.app')
@section('title', 'Special Calls - Activities')
@section('navbar', View::make('inc.navbar'))
@section('content')
Operator | From | To | Special Callsign | Frequencies | QSO |
{{--@if (count($activities) > 0)--}}
{{----}}
{{--
--}}
{{----}}
{{--Operator | From | To | Special Callsign | Frequencies | QSO |
--}}
{{----}}
{{----}}
{{--@foreach ($activities as $row)--}}
{{----}}
{{--{{ $row->operatorCall }} | --}}
{{--{{ $row->fromTime }} | --}}
{{--{{ $row->toTime }} | --}}
{{--{{ $row->specialCall }} | --}}
{{--{{ $row->frequencies }} | --}}
{{--{{ $row->qso }} | --}}
{{--
--}}
{{--@endforeach--}}
{{----}}
{{--
--}}
{{--
--}}
{{--@else--}}
{{----}}
{{--There are currently no approved activities.--}}
{{--
--}}
{{--@endif--}}
@endsection()
@section('scripts')
@endsection