@extends('layouts.app') {{--Important Variables--}} @section('title') {{__('lang.refund_report')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') {{__('lang.refund_report')}} {{__('lang.cancellation_report')}} {{__('lang.select_project_name')}} {{__('lang.all_projects')}} @if (App\Models\Branch::userProjects()->get()->count() >0 ) @foreach( App\Models\Branch::userProjects()->get() as $Branch ) {{ $Branch->name }} @endforeach @endif {{__('lang.project')}} {{__('lang.all')}} {{__('lang.immediate')}} {{__('lang.later')}} {{__('lang.payment_priority')}} @include("admin.components.input.date",[ "name" => "from", "label"=> __('lang.from'), "id"=> "bs_datepicker_range_container", "value"=> "", "class"=> "", "col"=> "col-lg-6 col-md-6 col-sm-12 col-xs-12", ]) @include("admin.components.input.date",[ "name" => "to", "label"=> __('lang.to'), "id"=> "bs_datepicker_range_container1", "value"=> "", "class"=> "", "col"=> "col-lg-6 col-md-6 col-sm-12 col-xs-12", ]) {{__('lang.select_payment_status')}} {{__('lang.settled')}} {{__('lang.partially_settled')}} {{__('lang.pending')}} {{__('lang.payment_status')}} @include("admin.reports.partials.official_unofficial") @stop @push('include-css') @endpush @push('include-js') @endpush