@extends('layouts.index') @section('title') Daftar Ref Point @endsection @section('css') @endsection @section('content')

Daftar Ref Point

Daftar Ref Point

@php $increment = 1; @endphp @foreach($ref_point as $data) @endforeach
# Nama Program Point Jenis Peruntukan Kelipatan perpoint (Rp) Tanggal Awal Tanggal Akhir Status Aksi
{{ $increment++ }} {{ $data->nama_program_point }} {{ $data->jenis }} {{ $data->kategori_pelanggan->nama_kategori_pelanggan }} {{ $data->kelipatan }} {{ $data->tgl_awal }} {{ $data->tgl_akhir }} @if($data->status == 'aktif') Aktif @else Nonaktif @endif
Tambah Point

@csrf
Edit Point

@csrf @method('PUT')
@endsection @section('js') @endsection