@extends('layouts.app') @section('content')
@include('coreui-templates::common.errors')
Edit Refaccion
{!! Form::model($refaccion, ['route' => ['refaccions.update', $refaccion->id], 'method' => 'patch']) !!} @include('refaccions.fields') {!! Form::close() !!}
@endsection