@extends('layouts.contentNavbarLayoutFrontend') @section('title', 'Training & Workshop Details') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

{{ $trainingWorkshop->title_en }}

{{ $trainingWorkshop->sub_title_en }}

Start Date
{{ date('M d, Y', strtotime($trainingWorkshop->start_date)) }}
End Date
{{ date('M d, Y', strtotime($trainingWorkshop->end_date)) }}
integration
@foreach($trainingWorkshopImages as $trainingWorkshopImage) @endforeach
{!! $trainingWorkshop->description !!}
@endsection