{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
@foreach ($events as $row)
Start Date {{ $row ->EventDate }}
Due Date {{ $row ->EndDate }}
Progress
78%

{{ $row ->Description }}

Event Fees Rs{{ $row ->cFees }}
Per day Fees Rs{{ $row ->dFees }}
Participants
Pic
5+
@endforeach
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection