@extends('layouts.app') {{--Important Variables--}} @section('title') Price List Report @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') Price List Report Search Criteria {{ csrf_field() }} Select Projects @if (App\Models\Branch::userProjects()->get()->count() >0 ) @foreach( App\Models\Branch::userProjects()->get() as $Branch ) {{ $Branch->name }} @endforeach @endif Project Select Unit. Unit Type Select Block. Block All SOLD HOLD AVAILABLE Status All SOLD HOLD AVAILABLE Hold From To All @if (App\Models\Employee::all()->count() >0 ) @foreach( App\Models\Employee::get() as $dealer ) {{ $dealer->name }} @endforeach @endif Clear @stop @push('include-css') @endpush @push('include-js') @endpush