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

Featured Contests

@endsection @section('breadcrumb-items') @endsection @section('content')
@if (count($contests) > 0) @foreach ($contests as $index => $contest) @endforeach @endif
Id Name Sort Price Actions
{{ $contest->id }} {{ $contest->title }} {{ $contest->sort }} {{ $contest->price }}
@endsection @section('script') @endsection