@extends('layouts.app') @section('content')
{{ @csrf_field() }}


@include('flash-message')
{{ @csrf_field() }}
@php ($i=1) @foreach($tarif as $key => $coa) @php($i++) @endforeach
No Nama Tarif Kelas Tarif Aksi
{{ $i }} {{ $coa->nama_tarif }} {{ $coa->kelas }} Rp. {{ number_format($coa->total) }} Ya Tidak

Keterangan : Hanya bisa ceklis ya 10 kali
@endsection @push('js') @endpush