@extends('layouts.plantilla') @section('contenido')
@if($auto)

Editar Auto

@else

Crear Auto

@endif
@if($auto)
@csrf @method('PUT') @else @csrf @endif
Cancelar
@endsection