@extends('layouts.site') @push('meta') Digital Magazine- The Maritime Executive @endpush @section('content')
Magazine Editions

July-August 2019 Edition

{{ $current_edition->title }}

Case Study

{{ $current_edition->cs_title }}

{{ $current_edition->cs_sub_title }}

@if($current_edition->firstname!='') By @endif {{ $current_edition->firstname }} {{ $current_edition->lastname }}

Executive Interview

{{ $current_edition->ei_title }}

{{ $current_edition->ei_sub_title }}

@if($current_edition->eifirstname!='') By @endif {{ $current_edition->eifirstname }} {{ $current_edition->eilastname }}


Previous Editions

@foreach($editions as $edition)

{{ $edition->articleMagazineMonth->name }} {{ $edition->year }}

@endforeach
@include('site.partials.ads.625x50_1')
@include('site.partials.ads.subscribe_now')
@endsection @push('scripts') @endpush