@extends('layouts.layout-2') @section('content')

Airline

@foreach($airline as $value) @endforeach
  {{__('#')}} {{__('Name')}} {{__('E-Mail(s)')}}
{{ $value->name }} {{ $value->name_full }} {!! \App\Services\Util::_implodeLines($value->contact_emails, "
") !!}
@endsection