@extends('admin.layouts.default') @section('content')
Wining amount | {{ucwords($fmatch->win_amount)}} |
Entry fees | {{ucwords($fmatch->entryfee)}} |
Maximum users | {{ucwords($fmatch->maximum_user)}} |
Multiple Entry | @if($fmatch->multi_entry==1) @else @endif |
Is running | @if($fmatch->confirmed_challenge==1) @else @endif |
Confirm Challenge | @if($fmatch->is_running==1) @else @endif |