@extends('layouts.app') {{--Important Variables--}} @section('title') Investment Report @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') INVESTMENT REPORT Search Criteria {{ csrf_field() }} Select Project Name ALL PROJECTS @if (count($projects) >0 ) @foreach( $projects as $Branch ) {{ $Branch->name }} @endforeach @endif Select Product @if (count($products) > 0 ) @foreach( $products as $product ) {{ $product->product_unique_id }} @endforeach @endif Select Investor @if (count($investors) >0 ) @foreach( $investors as $investor ) {{ $investor->name }} @endforeach @endif Clear @stop @push('include-css') @endpush @push('include-js') @endpush