@extends('adminlte::page') @section('content_header')

Cliente

@endsection @section('content')
Salvar
@if ($servicos)

Serviços

@foreach($servicos as $item) @endforeach
Serviço Responsável ATD Valor
{{ $item->servico->nome }} {{ $item->usuario->nome }} {{ $item->valor_formatado }} @can('delete', $item)
@csrf @method('delete')
@endcan
@endif
@endsection