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

Add Referral Reward

Referral Reward List / Add Referral Reward

@csrf

Referral Reward Detail

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Cancel
@endsection @section('script') @endsection