@extends('layouts.app') @section('content')
Vehicles
Plate
{{ $vehicle->plate }}
C.R. No.

{{ $vehicle->cr_number }}

Provider

{{ $vehicle->provider }}

Category

{{ $vehicle->category }}

Product

{{ $vehicle->product }}

Effectivity

{{ $vehicle->effectivity }}

Expiration

{{ $vehicle->expiration }}

Status

{{ $vehicle->status }}

@endsection @section('script') @endsection