Add New Service

Services

@foreach($services as $i => $each) @php $licensesCount = $each->airlineLicense->count() @endphp @if (!$licensesCount) @else @foreach($each->airlineLicense as $j => $airlineLicense) @if ($j == 0) @endif @php $license = $airlineLicense->license @endphp @endforeach @endif @endforeach
No @lang("content.service") Decode @lang("content.departure_services") @lang("content.arrival_services") @lang("content.actions") List of Required Licenses
@lang("content.name") Abbr
{{ $i + 1 }} {{ $each->name }} {{ $each->abbr }}
id}/edit?s=".rand(100, 999)) }}" class="btn btn-warning">@lang("content.edit") id}/delete") }}" class="btn btn-danger">Delete id}") }}" class="btn btn-success">Attach a License No Licenses Attached!
{{ $i + 1 }} {{ $each->name }} {{ $each->abbr }}
id}/edit?s=".rand(100, 999)) }}" class="btn btn-warning">@lang("content.edit") id}/delete") }}" class="btn btn-danger">Delete id}") }}" class="btn btn-success">Attach a License {{ $license ? $license->name : "-" }} {{ $license ? $license->abbr : "-" }}