@extends('layouts.admin') @section('content') @push('css') @endpush
Incentive List
{{--
--}}{{-- Clear --}}{{--
--}}
@foreach ($incentives as $incentive) @endforeach
Sl. Incentive name Total Target Amount Start date End date Action
{{$loop->iteration}} {{ $incentive->incentive_name }} {{ number_format(@$incentive->incentive_total->target_amount) }} {{ date('d-m-Y', strtotime($incentive->start_date)) }} {{ date('d-m-Y', strtotime($incentive->end_date)) }}
{{ csrf_field() }} @method("DELETE")
@push('alljs') @endpush @endsection