@extends('adminlayout.dashadmin') @section('content')


@if(Session::has('message'))

{{ Session::get('message') }}

@endif

Add Reward

@csrf
@if ($errors->has('total_sale_ev')){{ $errors->first('total_sale_ev') }}@endif
@if ($errors->has('reward_type')){{ $errors->first('reward_type') }}@endif
@if ($errors->has('trip_image')){{ $errors->first('trip_image') }}@endif
@if ($errors->has('trip_price_image')){{ $errors->first('trip_price_image') }}@endif
@endsection