@extends('admin.layout') @section('content')

Matching Bonus

Generate
{{--
@csrf
--}}
Enter Matching Bonus Amount
@csrf
{{--
--}}
@foreach ($datatables as $data) @endforeach
# Date Matching Bonus Amount Status
{{ $loop->iteration }} {{ $data->created_at }} {{ $data->bonus }} @if ($data->is_active == 1) Active @else Inactive @endif
@endsection