@extends('layouts.app') @section('content')
EDITAR SERVICIO {{ $service->name }}
@csrf
Datos del servicio
{!! $service->description !!}
$
@endsection