@extends('layouts/layoutMaster') @section('title', 'Price Evaluation') @section('vendor-style') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-buttons-bs5/buttons.bootstrap5.scss', 'resources/assets/vendor/libs/select2/select2.scss', 'resources/assets/vendor/libs/@form-validation/form-validation.scss', 'resources/assets/vendor/libs/animate-css/animate.scss', 'resources/assets/vendor/libs/sweetalert2/sweetalert2.scss' ]) @endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/moment/moment.js', 'resources/assets/vendor/libs/datatables-bs5/datatables-bootstrap5.js', 'resources/assets/vendor/libs/select2/select2.js', 'resources/assets/vendor/libs/@form-validation/popular.js', 'resources/assets/vendor/libs/@form-validation/bootstrap5.js', 'resources/assets/vendor/libs/@form-validation/auto-focus.js', 'resources/assets/vendor/libs/cleavejs/cleave.js', 'resources/assets/vendor/libs/cleavejs/cleave-phone.js', 'resources/assets/vendor/libs/sweetalert2/sweetalert2.js' ]) @endsection @section('page-script') @vite(['resources/js/price_evaluation.js']) @endsection @section('content') @if(auth()->user()->partner_id) @if($remainingCredit > 0)

You have {{ $remainingCredit }} remaining credit

@elseif($allowedUnlimited) @else

Your credit limit reached. Contact Management!

@endif @endif
@if (Permit::isPermit(Route::current()->uri(),'create') && $allowEvaluate)
@csrf
{{-- vehicle Price Evaluation --}}
{{__('Vin')}} @if(auth()->user()->partner_id) * @endif
user()->partner_id) required @endif value="{{old('vin')}}" oninput="validateVin()">
{{-- {{__('Vin')}} --}}
Evaluate with VIN {{-- Fill From System --}}
{{__('Vehicle Manufacturer')}}
{{__('Vehicle Model')}}
{{__('Vehicle Year')}}
{{__('Vehicle Trim')}}
Next
{{-- {{__('Vin')}} --}} @if (!auth()->user()->partner_id)
@endif

Customer Information

{{__('Customer Name')}}
{{__('Email')}}
{{__('Mobile')}}
@if (in_array(auth()->user()->id,[1,19066,21070]))
{{__('Evaluation Operation')}}
{{__('Enter Value')}}
@endif
@endif

Recent Evaluation(s)

@if (!auth()->user()->partner_id)
{{__('Price Guide Vendors')}}
{{__('Price Guide Partners')}}
{{__('Approval Status')}}
{{-- --}}
@endif
@if(!auth()->user()->partner_id) @endif @if(!auth()->user()->partner_id) @endif @if(!auth()->user()->partner_id) @endif @if(!auth()->user()->partner_id) @endif @if(!auth()->user()->partner_id) @endif @if(!auth()->user()->partner_id) @endif @if(!auth()->user()->partner_id) @endif @if(!auth()->user()->partner_id) @endif @if(!auth()->user()->partner_id) @endif @if(!auth()->user()->partner_id) @endif @if(!auth()->user()->partner_id) @endif
{{__('VPE-ID')}} {{__('Vin')}} {{__('Make')}} {{__('Model')}} {{__('Year')}} {{__('Trim')}} {{__('Country')}}{{__('Base Price(SAR)')}}{{__('Suggested Market Price(SAR)')}} {{__('Suggested Ideal Price(SAR)')}} {{__('Suggested Trade Price(SAR)')}} {{__('Mileage')}}{{__('Formulas Applied')}} {{__('BillingStatus')}}{{__('ApprovalStatus')}}{{__('Approved By')}}{{__('Date')}}{{__('PgVendor')}} {{__('VVM')}}{{__('Partner Title')}}{{__('Created By')}}{{__('Created By Phone')}}{{__('Actions')}}
{{__('VPE-ID')}} {{__('Vin')}} {{__('Make')}} {{__('Model')}} {{__('Year')}} {{__('Trim')}} {{__('Country')}}{{__('Base Price(SAR)')}}{{__('Suggested Market Price(SAR)')}} {{__('Suggested Ideal Price(SAR)')}} {{__('Suggested Trade Price(SAR)')}} {{__('Mileage')}}{{__('Formulas Applied')}} {{__('BillingStatus')}}{{__('Date')}}{{__('PgVendor')}} {{__('VVM')}}{{__('Partner Title')}}{{__('Created By')}}{{__('Created By Phone')}}{{__('Actions')}}
{{-- basePriceAdd --}} {{-- imageAdd --}} @endsection