@section('body_class', 'loyalty-subtotal') @extends('layouts.app') @section('content') @if(!$loyalty_subtotal->id) {!! Form::model($loyalty_subtotal, [ 'method' => 'POST', 'route' => ['loyalties.store', 'membership=' . $_GET['membership']], 'role' => 'form'])!!} @else {!! Form::model($loyalty_subtotal, [ 'method' => 'PUT', 'route' => ['loyalties.update', $loyalty_subtotal->id, 'membership=' . $_GET['membership']], 'role' => 'form'])!!} @endif
Loyalty Name is required
@endifPrice must be numeric
@endifPoint Earned must be numeric
@endifPrice must be numeric
@endifPoint Earned must be numeric
@endifPrice must be numeric
@endifPoint Earned must be numeric
@endif