@extends('layouts.app') {{-- Important Variables --}} @section('title') {{ __('lang.applications_report') }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') {{ __('lang.applications_report') }} Search Criteria @csrf {{ __('lang.select_project_name') }} {{ __('lang.all_projects') }} @foreach ($branches as $Branch) {{ $Branch->name }} @endforeach {{ __('lang.project') }} {{ __('lang.select_owner') }} {{ __('lang.all_owners_caps') }} @foreach (App\Models\Customer::facility()->get() as $owner) {{ $owner->name }} @endforeach {{ __('lang.owner') }} {{ __('lang.unit_number') }} {{ __('lang.code') }} {{__('lang.select_property_type')}} @if ( !empty($product_types) ) @foreach( $product_types as $type ) id == request()->get('product_type') ) selected @endif value="{{ $type->id }}">{{ $type->name }} @endforeach @endif {{ __('lang.property_type') }} {{ __('lang.all') }} @foreach (App\Models\Status::get() as $status) {{ $status->name }} @endforeach {{ __('lang.status') }} {{ __('lang.from') }} {{ __('lang.to') }} {{ __('lang.clear') }} @stop @push('include-css') @endpush @push('include-js') @endpush