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

editar servicio

@include('adminlte-templates::common.errors')
{!! Form::model($servicio, ['route' => ['servicios.update', $servicio->id], 'method' => 'patch']) !!} @include('servicios.fields') {!! Form::close() !!}
@endsection @section('scripts') @endsection