@extends('layouts.admin') @section('content') @push('css') {{-- dropzone --}} @endpush
Edit Buy Ticket
@csrf
{{--
@if ($errors->has('incentive_id')) {{ $errors->first('incentive_id') }} @endif
--}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('mobile_number')) {{ $errors->first('mobile_number') }} @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('manager_id')) {{ $errors->first('manager_id') }} @endif
@if ($errors->has('buy_date')) {{ $errors->first('buy_date') }} @endif
@if ($errors->has('tour_date')) {{ $errors->first('tour_date') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@if ($errors->has('quantity')) {{ $errors->first('quantity') }} @endif
@push('alljs') @endpush @endsection