@extends('admin.layouts.main') @section('title') @if($id) Edit Incentive @else Add Incentive @endif @endsection @section('content')
@include("admin.common.sidebar")
@csrf
@if($id)

Edit Incentive

@else

Add Incentive

@endif
@if($errors->has('client_id'))
{{ $errors->first('client_id')}}
@endif
@if($errors->has('product_id'))
{{ $errors->first('product_id')}}
@endif
@if($errors->has('agent_id'))
{{ $errors->first('agent_id')}}
@endif
@if($errors->has('amount'))
{{ $errors->first('amount')}}
@endif
date_range
@if($errors->has('amount'))
{{ $errors->first('cal_start_date')}}
@endif
@if($errors->has('reason'))
{{ $errors->first('reason')}}
@endif
@endsection @push('pageJs') @endpush