@extends('layouts/contentLayoutMaster') @section('title', 'App Vehicle Price Evaluation') @section('vendor-style') {{-- vednor css files --}} @endsection @section('mystyle') {{-- Page css files --}} @endsection @section('content')
@if(count($errors)>0) @foreach($errors->all() as $error)
{{$error}}
@endforeach @endif @if(session('success'))
{{session('success')}}
@endif @if(session('error'))
{{session('error')}}
@endif
{{__('AVPE-ID')}} {{__('Customer Name')}} {{__('Customer Phone')}} {{__('Source')}} {{__('Make')}} {{__('Model')}} {{__('Year')}} {{__('Trim')}} {{__('Base Price(SAR)')}} {{__('Suggested Market Price(SAR)')}} {{__('Suggested Ideal Price(SAR)')}} {{__('Suggested Trade Price(SAR)')}} {{__('Formulas Applied')}} {{__('BillingStatus')}} {{__('Amount')}} {{__('Date')}} {{__('Actions')}}
{{__('AVPE-ID')}} {{__('Customer Name')}} {{__('Customer Phone')}} {{__('Source')}} {{__('Make')}} {{__('Model')}} {{__('Year')}} {{__('Trim')}} {{__('Base Price(SAR)')}} {{__('Suggested Market Price(SAR)')}} {{__('Suggested Ideal Price(SAR)')}} {{__('Suggested Trade Price(SAR)')}} {{__('Formulas Applied')}} {{__('BillingStatus')}} {{__('Amount')}} {{__('Date')}} {{__('Actions')}}
{{-- basePriceAdd --}} {{-- imageAdd --}} @endsection @section('vendor-script') {{-- vednor files --}} @endsection @section('myscript') @endsection