@extends('layouts.simple.master') @section('title', 'Contests List') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Contest Management

@endsection @section('breadcrumb-items') @endsection @section('content')
@if (count($contests) > 0) @foreach ($contests as $index => $contest) @endforeach @endif
Id Name Contest No Start Date End Date Draw Date Price Actions
{{ $contest->id }} {{ $contest->title }} {{ $contest->contest_no }} {{ $contest->contest_on }} {{ $contest->contest_end }} {{ $contest->draw_date }} {{ $contest->price }}
@endsection @section('script') @endsection