@extends('theme_icr_layout') @section('content')
@foreach ($event_list as $object)

{{ $object->start_date }}

@endforeach
@endsection