@extends('master.app') @section('title', 'customer') @section('body')

Recieveds of

{{ $customer->name }}
Report @include('general.filter-button') Add
@include('sale.customers.receiveds.filter-form')
@foreach ($data as $row) @endforeach
# Number Title Amount Date Action
{{ $loop->iteration }} {{ $row->recieved_number }} {{ $row->title }} {{ $row->amount }} {{ $row->date }}
{{ $data->links('pagination::bootstrap-4') }}
@include('sale.customers.receiveds.filter-modal') @endsection @section('pageJs') @endsection