@extends('layouts.app') @section('title') Edit Paid Rebate @stop @section('breadcrumb') @stop @section('content')

Edit Paid Rebate

Update Information

{{csrf_field()}}
@if ($errors->has('dealer_id')) {{ $errors->first('dealer') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@if ($errors->has('account_id')) {{ $errors->first('account_id') }} @endif
@if ($errors->has('payment_method')) {{ $errors->first('payment_method') }} @endif
@if ($errors->has('notes')) {{ $errors->first('notes') }} @endif
@stop @section('js') @stop