blob: 6232a0c3b0fea9ebe4bd4dbdf869f929dc45d27e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@extends('layouts.app')
@section('content')
<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>
@endsection()
|