Airline Services List

@php $eachPerc = round(75 / count($services), 2) @endphp @php $rest = 100 - 10 - (count($services) * $eachPerc) @endphp @php $j = 0 @endphp @foreach($airlines as $airlineId => $airline) {!! Form::open(['method' => 'POST', 'class' => 'smart-form edit-forms', 'data-state' => 'Edit', 'url' => url("staff/{$userId}?airline_id={$airlineId}") ]) !!} @if ($j % 7 == 0) @foreach($services as $id => $service) @endforeach @endif @foreach($services as $serviceId => $service) @endforeach
Airline/Service{{ $service }}@lang("content.actions")
{{ $airline }}
{!! Form::close() !!} @php $j++ @endphp @endforeach