@extends('layouts.app') {{-- Important Variables --}} @section('title') Employee Loan Report @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') @php // $common = new \App\Models\Common(); @endphp Employee Loan Report {{__('lang.search_criteria')}} @csrf {{__('lang.select_project_name')}} @foreach (App\Models\Branch::userProjects()->get() as $Branch) {{ $Branch->name }} @endforeach {{__('lang.project')}} {{ __('lang.from') }} {{ __('lang.to') }} @stop @push('include-css') @endpush @push('include-js') @endpush