@extends('layouts.app') @section('title') {{__('lang.file_status_report')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') {{__('lang.file_status_report')}} {{__('lang.search_criteria')}} @csrf {{__('lang.select_status')}} {{__('lang.received_customer')}} {{__('lang.submitted_builder')}} {{__('lang.received_builder')}} {{__('lang.submitted_customer')}} {{__('lang.applied_for_sale_certificate')}} {{__('lang.processed_for_sell_deed')}} {{__('lang.sended_for_micro')}} {{__('lang.file_status')}} {{__('lang.clear')}} @stop @push('include-css') @endpush @push('include-js') @endpush