@extends('layouts.app') {{-- Important Variables --}} @section('title') {{__('lang.cancellation_report')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') {{__('lang.cancellation_report')}} {{__('lang.search_criteria')}} @csrf {{__('lang.select_project_name')}} {{__('lang.all_projects')}} @foreach (\App\Models\Branch::get() as $Branch) {{ $Branch->name }} @endforeach {{__('lang.project')}} {{__('lang.select_block')}} @foreach( App\Models\Block::all() as $block) id == old('id' ) ? 'selected' : '' }} value="{{ $block->id }}" > {{ $block->name }} @endforeach {{__('lang.block')}} {{__('lang.registration_no')}} {{__('lang.property_unit_id')}} {{__('lang.clear')}} @stop @push('include-css') @endpush @push('include-js') @endpush