@extends('template.layouts.template-base') @section('title', 'View Vehicle Type') @section('content')

Vehicle Type Information

{{ $vehicleType->status ? 'Active' : 'Inactive' }}
Back
@include('template.layouts.error-modal') @endsection