@extends('backend.layouts.app') @section('page-title', trans('app.edit_jackpot')) @section('page-heading', $jackpot->title) @section('content')
@include('backend.partials.messages')
{!! Form::open(['route' => array('backend.jackpot.update', $jackpot->id), 'files' => true, 'id' => 'user-form']) !!}

@lang('app.edit_jackpot')

@include('backend.jackpots.partials.base', ['edit' => true])
{!! Form::close() !!}
@stop