@extends('admin.admin-layouts.master') @section('content')

{{ __('Income Management') }}


{{ __('Income List') }}
@foreach ($incomes as $incom) @endforeach
{{ __('Title') }} {{ __('File Holder') }} {{ __('Memo No') }} {{ __('Client Name') }} {{ __('Client Type') }} {{ __('Payment By') }} {{ __('Transaction') }} {{ __('Date') }} {{ __('Quantity') }} {{ __('Price') }} {{ __('Total Price') }} {{ __('Received By') }} {{ __('Action') }}
{{ $incom->title }} {{ $incom->file_book_holder }} {{ $incom->memo_no }} {{ $incom->client_name }} {{ $incom->client_type }} {{ $incom->payment_by }} {{ $incom->transection_id }} {{ $incom->date }} {{ $incom->quantity }} {{ $incom->price }} {{ $incom->total_price }} {{ $incom->received_by }}
@endsection @push('style') @endpush @push('script') @endpush @push('script') @endpush