@extends('layouts.admin') @section('content') @push('css') {{-- dropzone --}} @endpush
Create Incentive
@csrf
@if ($errors->has('incentive_name')) {{ $errors->first('incentive_name') }} @endif
@if ($errors->has('start_date')) {{ $errors->first('start_date') }} @endif
@if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif
@push('alljs') @endpush @endsection