@extends('layouts.app') @section('css') @endsection @section('content')
@include('flash::message')
@csrf @include('ventas.fields') @if($data["validacion"] == true) @foreach ($serviciosCliente as $cita) @endforeach @else @endif
@endsection @section('scripts') @endsection