Edit {{$tower->name}} Tower edit tower
Insurance
--}}| # | Name | Policy | Limit | Premium | Expiry | Actions |
|---|---|---|---|---|---|---|
| @if (request()->input('page')) {{$i + ((request()->input('page') - 2) * 5)}} @else {{$i}} @endif | {{$insurancecompany->name}} | {{ $insurancecompany->pivot->insurancepolicy->name}} | {{$insurancecompany->pivot->insurancelimit->amount}} | {{$insurancecompany->pivot->insurancepremium}} | {{$insurancecompany->pivot->expires_at}} |
|
| No Insurance for this tower yet | ||||||
List of Tenants Under this tower
| # | Name | Antenna Make | Antenna Type | Antenna Model | Configurations | Actions |
|---|---|---|---|---|---|---|
| @if (request()->input('page')) {{$i + ((request()->input('page') - 2) * 5)}} @else {{$i}} @endif | {{ $tenant->name }} | {{ $tenant->pivot->antennamake->name }} | {{ $antennatype->name}} | {{ $tenant->pivot->antennamodel->name }} | {{ $tenant->pivot->configuration }} |
|
| No tenant for this tower yet | ||||||
{{--
{{$towerauditagents->appends(['tab' => request()->input('tab') ])->links()}}
--}}
| # | Maintenance Engineer | Maintenance Agent | Agent NCC Licence | Schedule | Actions | ||
|---|---|---|---|---|---|---|---|
| @if (request()->input('page')) {{$i + ((request()->input('page') - 2) * 5)}} @else {{$i}} @endif | {{ $auditagent->name }} | @foreach ($audittypes as $audittype)@foreach ($auditagent->pivot->audittypes as $item) @if ($item->id === $audittype->id) Yes @endif @endforeach | @endforeach{{ $auditagent->pivot->audit_date }} |
|
|||
| No audit info for this tower yet | |||||||
| # | Audit Agent | @foreach ($audittypes as $audittype){{$audittype->name}} | @endforeachSchedule | Actions | |||
|---|---|---|---|---|---|---|---|
| @if (request()->input('page')) {{$i + ((request()->input('page') - 2) * 5)}} @else {{$i}} @endif | {{ $auditagent->name }} | @foreach ($audittypes as $audittype)@foreach ($auditagent->pivot->audittypes as $item) @if ($item->id === $audittype->id) Yes @endif @endforeach | @endforeach{{ $auditagent->pivot->audit_date }} |
{{-- --}}
|
|||
| No audit info for this tower yet | |||||||
{{-- --}}