@extends('layouts.owner') @section('title', 'Serviços — Lined') @section('page-title', 'Serviços') @section('page-subtitle', 'Gerencie os serviços oferecidos') @section('content')
| Nome | Preço | Status | |
|---|---|---|---|
| {{ $s->name }} | R$ {{ number_format((float) $s->price, 2, ',', '.') }} |
Exibindo {{ $pagination['from'] }} a {{ $pagination['to'] }} de {{ $pagination['total'] }} serviços
Nenhum resultado para “{{ $search }}”.
Limpar busca @elseAdicione os serviços oferecidos para que os clientes possam agendar.
@endif