aboutsummaryrefslogblamecommitdiff
path: root/resources/views/pages/activities.blade.php
blob: e15266f3ee93abe37273e31f29c866babfd5e7b6 (plain) (tree)
1
2
3
4
5
6
7
8

                       

                                               

                                                    
                   
          








                                                                                                                       
     


                                                              
      
             
@extends('layouts.app')

@section('title', 'Special Calls - Activities')

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

@section('content')
@if (1==2)
<div class="table-responsive">
    <table class="table table-striped table-bordered"><!-- table-hover -->
        <thead class="thead-dark">
            <tr><th>Operator</th><th>From</th><th>To</th><th>Special Callsign</th><th>Frequencies</th><th>QSO</th></tr>
        </thead>
        <tbody>
        </tbody>
    </table>
</div>
@else
<div class="text-center">
  <strong>There are currently no approved activities.</strong>
</div>
@endif
@endsection()