@extends('layouts.app') @section('content')

Editar Moto

@csrf @method('PUT') @include('motorcycles._form',['motorcycle'=>$motorcycle])
@endsection