@extends('layouts.admin') @section('content') @push('css') {{-- dropzone --}} @endpush
Create Agent Target
@csrf
@if ($errors->has('commission_start_amount')) {{ $errors->first('commission_start_amount') }} @endif
@if ($errors->has('commission_end_amount')) {{ $errors->first('commission_end_amount') }} @endif
@if ($errors->has('personal_sales')) {{ $errors->first('personal_sales') }} @endif
@if ($errors->has('team_sales')) {{ $errors->first('team_sales') }} @endif
@if ($errors->has('remarks')) {{ $errors->first('remarks') }} @endif
@push('alljs') @endpush @endsection