@extends('layouts.app') @section('title') Add New Rebate @stop @section('breadcrumb') @stop @section('content')

Pay Rebate

Add the information


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