@extends('Modules.Costing.layouts.main') View Purchase-Transaction-DairyCare @section('main-content') @if($print) @else @endif @if($bankdetails) @endif @foreach($termsandcondtions as $ter) @endforeach @foreach($description as $ter) @endforeach
Purchase Transaction
@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['id']}} {{$tran['date']}} {{$d['name']}} {{$d['group']}} {{$d['debit']}} {{$d['credit'] }} {{$tran['user_name']}}
@endsection