@extends('layouts.app') @section('content') @php $time_types = ['Segundo(s)', 'Minuto(s)', 'Hora(s)']; @endphp

{{ __('service.title.create') }}

@include('service.create.form')
@endsection