@extends('layouts.app') {{-- Important Variables --}} @section('title') {{__('lang.head_investor_report')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content')

{{ __('lang.head_investor_report') }}

{{__('lang.search_criteria')}}


{{ csrf_field() }}
@include('layouts.components.select_field', [ 'col' => 6, 'name' => 'branch_id[]', 'options' => App\Models\Branch::userProjects()->get(), 'default_option'=> __('lang.select_project'), 'label' => __('lang.project'), ]) @include('layouts.components.select_field', [ 'col' => 6, 'name' => 'investor_id', 'options' => [], 'default_option'=> __('lang.select_investor'), 'label' => __('lang.investor'), ])
@include("admin.reports.partials.official_unofficial",['col' => 6 , 'show_separate' => true])
@stop @push('include-css') @endpush @push('include-js') @endpush