@extends('layouts.app') {{-- Important Variables --}} @section('title') {{__('lang.sale_due_report')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') {{__('lang.sale_due_report')}} {{__('lang.search_criteria')}} {{__('lang.select_projects')}} @if (App\Models\Branch::userProjects()->get()->count() > 0) @foreach (App\Models\Branch::userProjects()->get() as $Branch) {{ $Branch->name }} @endforeach @endif {{__('lang.project')}} {{__('lang.from')}} {{__('lang.clear')}} @stop @push('include-css') @endpush @push('include-js') @endpush