@extends('master.app') @section('title', 'debitor') @section('pageCSS') @endsection @section('body') Report @include('journals.investors.navbar') Report @if ($bdate == 1) From Date @else From Date @endif @if ($bdate == 1) To Date @else To Date @endif All Investors @foreach ($investors as $row) {{ $row->name }} @endforeach All Currency @foreach ($currency as $row) {{ $row->title_en }} @endforeach Show Print @endsection @section('pageJs') @endsection