@extends('backend.layouts.app') @section('page-title', 'Edit JPG') @section('page-heading', 'Edit JPG') @section('content')
@include('backend.partials.messages')

Edit JPG

{!! Form::open(['route' => ['backend.jpgame.update'], 'method' => 'POST']) !!} @include('backend.games.partials.jackpot') {!! Form::close() !!}
@stop @section('scripts') @stop