@extends('layouts.panel') @section('title', 'Editar servicio') @section('content')
@method('PUT') @include('services._form')
@endsection