@extends('layouts.app') {{--Important Variables--}} @section('title') {{__('lang.owner_incomplete_checklist_report')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') {{__('lang.owner_incomplete_checklist_report')}} {{__('lang.owner_incomplete_checklist_report')}} {{ csrf_field() }} @include('layouts.components.select_field', [ 'col' => 12, 'name' => 'branch_id', 'options' => $branches, 'default_option'=> __('lang.select_project_name'), 'label' => __('lang.project'), ]) @include('layouts.components.input_field', [ 'col' => 6, 'name' => 'product_unique_id', 'label' => __('lang.property_id_unit_number'), ]) @include('layouts.components.select_field', [ 'col' => 6, 'name' => 'block_id', 'options' => $blocks, 'default_option'=> __('lang.select_block'), 'label' => __('lang.blocks'), ]) @stop @push('include-css') @endpush @push('include-js') @endpush