@extends('layouts.admin.app') @section('title', translate('Vehicle Stock Report') ) @push('css_or_js') @endpush @section('content')

{{ translate('Vehicle') }} {{ translate('stock') }} {{ translate('report') }}

Image Description

{{ translate('Vehcile Stock Report Overview') }}

@csrf

{{ translate('Show Data by Date Range') }}

{{-- {!! $orders->links() !!} --}}
@endsection @push('script') @endpush @push('script_2') @endpush