@extends('master.app') @section('title', 'debitor') @section('body')
Investors Journals
Outgoing
income
@include('journals.investors.navbar')
@foreach ($data as $row) @endforeach
No
Debitor
Title
Currency
date
income
Outgoing
Action
{{ $loop->iteration }}
{{ $row->investor->name }}
{{ $row->title }}
{{ $row->currency->title_en }}
{{ $row->date }}
{{ $row->income }}
{{ $row->outgoing }}
{{ $data->links('pagination::bootstrap-4') }}
{{-- end of title --}}
@include('journals.investors.income-modal') @include('journals.investors.outgoing-model') @endsection @section('pageJs') @endsection