@extends('layouts.app') {{-- Important Variables --}} @section('title') {{$extra['module_name']}} @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(); $parentRoute = route('unit-history-report.view_report') @endphp {{$extra['module_name']}} {{__('lang.search_criteria')}} @csrf {{__('lang.select_project_name')}} @foreach ($branches as $branch) {{ $branch->name }} @endforeach {{__('lang.project')}} {{__('lang.select_unit_no')}} {{__('lang.unit_no')}} {{__('lang.clear')}} @stop @push('include-css') @endpush @push('include-js') @endpush