@extends('layouts.master') @section('title', 'List Daftar Tagihan') @section('css') @endsection @section('content')
{{__('List Daftar Tagihan')}} Information
Tambah Baru
@foreach ($receivableLists as $rl) @endforeach
No Nomor Daftar Tagihan Tanggal Daftar Tagihan Action
{{$loop->iteration}} {{ $rl->receivable_list_salesman_number }} {{ \Carbon\Carbon::parse($rl->receivable_list_salesman_date)->format('d M Y') }} edit print
No Nomor Daftar Tagihan Tanggal Daftar Tagihan Action
@if (session('success')) @endif @if (session('error')) @endif @endsection @section('scripts') @endsection