@extends('tablar::page') @section('content')
@foreach($vehicletypes as $type) @endforeach
ID Type Name
{{ $type->id }} {{ $type->type_name }}
@endsection @push('js') @include('components.tomselect') @endpush @include('components.tomselect')