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

Sala Servicio

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