@extends('layouts.app') @section('content')
Plate | C.R. No. | Provider | Category | Product | Effectivity | Expiration | Status | |
---|---|---|---|---|---|---|---|---|
{{ $vehicle->plate }} | {{ $vehicle->cr_number }} | {{ $vehicle->provider }} | {{ $vehicle->category }} | {{ $vehicle->product }} | {{ $vehicle->effectivity }} | {{ $vehicle->expiration }} | {{ $vehicle->status }} | View |
Showing {{ count($vehicles) }} of {{ $vehicles->appends(request()->input())->total() }} entries
{{ $vehicles->appends(request()->input())->links() }}