@extends('layouts.app') @section('title', 'Vehicle Register') @section('css') @endsection @section('pages')
@include('layouts.partials.nav-menu')
@include('vehicles.table')
@endsection @section('js') @endsection