@push('styles') @endpush @section('title') Registo de Postventas @endsection @section('css') @endsection @section('page-title') Registo de Postventas @endsection
@can('registrar posventa individuales')

Registrar Postventas

Datos Generales {{$fecha}}

Empresa

@error('empresa') {{ $message }} @enderror

Marca

@error('marca') {{ $message }} @enderror

Sucursal

@error('sucursal') {{ $message }} @enderror
@foreach ($tipoServicios as $tipoServicio)

{{$tipoServicio->nombre}}

@foreach ($tipoServicio->postventas as $postventa)

{{ $postventa->nombre }}

@endforeach
@endforeach
@endcan
@section('scripts') @endsection