@extends('website.layouts.app') @section('title') Reborn @endsection @section('style') @endsection @section('content')

Upcoming
Events

@foreach ($show['upciming_events'] as $shows)

{{$shows->event_title}}

{{date("F Y", strtotime($shows->event_date))}}

{{$shows->description}}

@endforeach

Musical Projects

{{$show['MusicalProjects']['description']}}

@foreach ($show['Upcoming_musical_events'] as $shows)

{{$shows->title}}

{{date("jS F Y", strtotime($shows->musical_event_date))}}
{{$shows->address}}
@endforeach
@endsection @section('script') @endsection