@extends('backend.layouts.app') @section('page-title', trans('app.edit_jackpot')) @section('page-heading', $jackpot->title) @section('breadcrumbs') @stop @section('content') @include('backend.partials.messages') {!! Form::open(['route' => array('backend.jackpot.update', $jackpot->id), 'files' => true, 'id' => 'user-form']) !!}
@lang('app.jackpot_details')
@include('backend.jackpots.partials.base', ['edit' => true])
Jackpot Stat
@if (count($jackpot_stat)) @foreach ($jackpot_stat as $stat) @include('backend.jackpots.partials.row_stat') @endforeach @else @endif
User Type Sum Date
@lang('app.no_records_found')
{!! Form::close() !!} @stop @section('scripts') @stop