@extends('admin.layouts.master') @section('content')

Upgration Create

@csrf @method('put') {{-- {{dd($upgradations)}} --}}
Service Capacity Upgrade Buffer Price
{{-- --}}
Total Price
@if ($customer_order_info->customer_doc->ip_agreement) @php $ext = pathinfo($customer_order_info->customer_doc->ip_agreement, PATHINFO_EXTENSION); @endphp @if ($ext == 'pdf')  {{ $customer_order_info->customer_doc->ip_agreement }} @else  {{ $customer_order_info->customer_doc->ip_agreement }} @endif {{-- @else --}} @endif
@if ($customer_order_info->customer_doc->authorization) @php $ext = pathinfo($customer_order_info->customer_doc->authorization, PATHINFO_EXTENSION); @endphp @if ($ext == 'pdf')  {{ $customer_order_info->customer_doc->authorization }} @else  {{ $customer_order_info->customer_doc->authorization }} @endif {{-- @else --}} @endif
{{-- --}} @if ($customer_order_info->upgration_delivery_date != null || $customer_order_info->downgration_delivery_date != null) @endif @php // dd($customer_order_info->upgrations); if (!empty($customer_order_info->upgrations)) { $up = $customer_order_info->upgrations->where('status', 'Pending')->first(); if ($up != null) { $upgradation_date = $up->delivery_date; $upgradation_time = $up->delivery_time; } } // if(!empty($customer_order_info->upgrations->first()) && $customer_order_info->upgrations->first()->status == "Pending"){ // $upgradation_date = $customer_order_info->upgrations->first()->delivery_date; // $upgradation_time = $customer_order_info->upgrations->first()->delivery_time; // } @endphp {{-- {{ dd()}} --}} {{-- @if ($customer_order_info->upgration_delivery_date != null) @endif --}}
Link ID: {{ $customer_order_info->link_id }}
Location: {{ $customer_order_info->customer_details->clientinfo->upazila->name ?? '' }},{{ $customer_order_info->customer_details->clientinfo->district->name ?? '' }}, {{ $customer_order_info->customer_details->clientinfo->division->name ?? '' }}
Connection Type: {{ $customer_order_info->connect_type }}
Security Money: 0,0,,0
Order Submission Date {{ $customer_order_info->order_submission_date }}
Billing Cycle: {{ $customer_order_info->billing_cycle }}
Bill Start Date: {{ $customer_order_info->bill_start_date }}
Delivery Date: {{ $customer_order_info->delivery_date }}
Last Upgradation Downgradation
{{ $customer_order_info->upgration_delivery_date }} {{ $customer_order_info->downgration_delivery_date }}
Last Upgradation Date: {{ $customer_order_info->upgration_delivery_date }}
Upgradation Delivery Date:
Billing by
@endsection @section('vendor-css') @endsection @section('page-css') @endsection @push('style') @endpush @section('vendor-js') @endsection @section('page-js') @endsection @push('script') @endpush