@extends('templete.layout') @section('contenido')
@foreach($servicios as $servicio) @endforeach
Fecha Cliente Tecnico Servicio Nvo. ptto Mod. ptto Factura Pago ubicacion acciones
{{$servicio->fecha; }} {{$servicio->hora}} {{$servicio->nombretecnico}} {{$servicio->servicio}} {{$servicio->ptto}} {{$servicio->factura}} @if($servicio->googlecurl) Ubicacion @endif @if ($servicio->fotos) @else @endif
@endsection @section('scripts') @endsection