@extends('layouts.admin') @section('styles') @endsection @section('content')

REGISTRAR NUEVO VEHICULO

@csrf @include('admin.vehiculos.forms.form')
@endsection @section('scripts') @endsection