@include('layouts.header')
Workshops
Add Workshop

Past Workshops

@foreach($currentUserPastWorkshops as $currentUserPastWorkshop) @endforeach
Title Role Date Organisation Status Type Action

{{@$currentUserPastWorkshop->title}}

{{@$currentUserPastWorkshop->role}} {{@($currentUserPastWorkshop->date)?date('d M, Y', strtotime($currentUserPastWorkshop->date)):'N/A'}} {{@$currentUserPastWorkshop->organization}} {{@$currentUserPastWorkshop->status}} {{@$currentUserPastWorkshop->type}}

Current Workshops

@foreach($currentUserCurrentWorkshops as $currentUserCurrentWorkshop) @endforeach
Title Role Date Organisation Status Type Action

{{@$currentUserCurrentWorkshop->title}}

{{@$currentUserCurrentWorkshop->role}} {{@($currentUserCurrentWorkshop->date)?date('d M, Y', strtotime($currentUserCurrentWorkshop->date)):'N/A'}} {{@$currentUserCurrentWorkshop->organization}} {{@$currentUserCurrentWorkshop->status}} {{@$currentUserCurrentWorkshop->type}}
@include('layouts.footer')