@extends('master.app') @section('title', 'Cash') @section('body')
Income Journal
@include('journals.cash.navbar')
@foreach ($cushJournal as $row) @endforeach {{ csrf_field() }} {{ method_field('DELETE') }}
No Title Type Currency date income Action
{{ $loop->iteration }} {{ $row->title }} {{ $row->type->title_ps }} {{ $row->currency->title_ps }} {{ $row->date }} {{ $row->income }}
{{ $cushJournal->links('pagination::bootstrap-4') }}
@include('journals.cash.income-modal') @include('journals.cash.outgoing-model') @endsection @section('pageJs') @endsection