@extends('layouts/layoutMaster') @section('title', 'FRV 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 (Permit::isPermit(Route::current()->uri(),'create'))
@csrf
{{-- vehicle Price Evaluation --}}
{{__('Vin')}}
{{-- {{__('Vin')}} --}}
Fill From System
{{__('Vehicle Manufacturer')}}
{{__('Vehicle Model')}}
{{__('Vehicle Year')}}
{{__('Vehicle Trim')}}
Next
{{-- {{__('Vin')}} --}} @if (!auth()->user()->partner_id)
@endif
@endif

Recent FRV Evaluation(s)

@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')}} {{__('Vehicle Type')}}{{__('Base Price(SAR)')}}{{__('Evaluated Price(SAR)')}} {{__('Final Price(SAR)')}} {{__('Upper Limit(SAR)')}} {{__('Lower Limit(SAR)')}}{{__('Formulas Applied')}}{{__('Date')}}{{__('Partner Title')}}{{__('Created By')}} {{__('Actions')}}
{{__('VPE-ID')}} {{__('Vin')}} {{__('Make')}} {{__('Model')}} {{__('Year')}} {{__('Trim')}} {{__('Vehicle Type')}}{{__('Base Price(SAR)')}}{{__('Evaluated Price(SAR)')}} {{__('Final Price(SAR)')}} {{__('Upper Limit(SAR)')}} {{__('Lower Limit(SAR)')}}{{__('Formulas Applied')}}{{__('Date')}}{{__('Partner Title')}}{{__('Created By')}} {{__('Actions')}}
{{-- basePriceAdd --}} {{-- imageAdd --}} @endsection