{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')

Event List

@foreach ($events as $row) @endforeach
Name Event Date End Date Fees Skills Action
{{ $row ->id }} {{ $row ->Name }} {{ $row ->EventDate }} {{ $row ->EndDate }} {{ $row ->cFees }}  
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection