@extends('admin.layouts.masterlayout') @section('title') Edit Referral Reward @endsection @section('Css') @endsection @section('head_title') Referral Reward @endsection @section('content')

Edit Referral Reward

Referral Reward List / Edit Referral Reward

@csrf @method('PUT')

Referral Reward Detail

status == 'active' ? 'checked' : '' }}>
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
expiry_date) < strtotime('today') ? 'disabled' : '' }} required>
show_to_users ? 'checked' : '' }}>
Cancel
@endsection @section('script') @endsection