@extends('Modules.Costing.layouts.main') View Journal-Transaction-DairyCare @section('main-content') @if($print) @else @endif
{{$name}}
@if(count($transactions)) @foreach($transactions as $tran) @if($i%2==0) @else @endif @if(count($tran['data'])) @foreach($tran['data'] as $d) @endforeach @endif @endforeach @endif
# Date Name Type Debit Credit User Name Edit/Delete
{{$tran['transaction_id']}} {{$tran['date']}} {{$d['name']}} {{$d['group']}} {{$d['debit']}} {{$d['credit'] }} {{$tran['user_name']}}
@if($invoice_check==1) @endif