@extends('layouts.app') @section('content')

Gestión de cotizaciones




@foreach($cotizaciones as $cot) @endforeach
Guid Nombre Formulario Cliente Creada Ver
{{$cot->guid}}
{{$cot->name}} {{$cot->type_quotex->name}} {{$cot->customer->name}} {{$cot->customer->surname}}
{{date('H:i, j F, Y', strtotime($cot->created_at))}}
@if ($cotizaciones->lastPage() > 1)
  • Primera
  • @for ($i = 1; $i <= $cotizaciones->lastPage(); $i++)
    Warning: Undefined variable $cotizaciones in C:\Apache24\htdocs\seniortech\server_seniorplus\resources\views\cot.blade.php on line 99

    Fatal error: Uncaught Error: Call to a member function currentPage() on null in C:\Apache24\htdocs\seniortech\server_seniorplus\resources\views\cot.blade.php:99 Stack trace: #0 {main} thrown in C:\Apache24\htdocs\seniortech\server_seniorplus\resources\views\cot.blade.php on line 99