diff --git a/resources/views/livewire/show-index-categoria.blade.php b/resources/views/livewire/show-index-categoria.blade.php
new file mode 100644
index 0000000..ac228e2
--- /dev/null
+++ b/resources/views/livewire/show-index-categoria.blade.php
@@ -0,0 +1,132 @@
+
diff --git a/resources/views/livewire/show-index-promo.blade.php b/resources/views/livewire/show-index-promo.blade.php
new file mode 100644
index 0000000..2905ba7
--- /dev/null
+++ b/resources/views/livewire/show-index-promo.blade.php
@@ -0,0 +1,122 @@
+
diff --git a/resources/views/livewire/show-index-servicio.blade.php b/resources/views/livewire/show-index-servicio.blade.php
new file mode 100644
index 0000000..2e41f82
--- /dev/null
+++ b/resources/views/livewire/show-index-servicio.blade.php
@@ -0,0 +1,152 @@
+
diff --git a/resources/views/livewire/show-index.blade.php b/resources/views/livewire/show-index.blade.php
new file mode 100644
index 0000000..91059a8
--- /dev/null
+++ b/resources/views/livewire/show-index.blade.php
@@ -0,0 +1,53 @@
+
diff --git a/resources/views/livewire/show-inicio.blade.php b/resources/views/livewire/show-inicio.blade.php
new file mode 100644
index 0000000..1b7fc0d
--- /dev/null
+++ b/resources/views/livewire/show-inicio.blade.php
@@ -0,0 +1,4 @@
+
diff --git a/resources/views/livewire/show-logs.blade.php b/resources/views/livewire/show-logs.blade.php
new file mode 100644
index 0000000..f406a3d
--- /dev/null
+++ b/resources/views/livewire/show-logs.blade.php
@@ -0,0 +1,52 @@
+
diff --git a/resources/views/livewire/show-order.blade.php b/resources/views/livewire/show-order.blade.php
new file mode 100644
index 0000000..15a7ffa
--- /dev/null
+++ b/resources/views/livewire/show-order.blade.php
@@ -0,0 +1,66 @@
+
diff --git a/resources/views/livewire/show-perfil.blade.php b/resources/views/livewire/show-perfil.blade.php
new file mode 100644
index 0000000..db1e2ab
--- /dev/null
+++ b/resources/views/livewire/show-perfil.blade.php
@@ -0,0 +1,100 @@
+
diff --git a/resources/views/livewire/show-planes.blade.php b/resources/views/livewire/show-planes.blade.php
new file mode 100644
index 0000000..5a5df16
--- /dev/null
+++ b/resources/views/livewire/show-planes.blade.php
@@ -0,0 +1,961 @@
+
diff --git a/resources/views/livewire/show-promociones.blade.php b/resources/views/livewire/show-promociones.blade.php
new file mode 100644
index 0000000..99c8237
--- /dev/null
+++ b/resources/views/livewire/show-promociones.blade.php
@@ -0,0 +1,995 @@
+
+
+
+
+
+
+
Cargando
+
+
+
+
+
+
+
+
+
+
+
Seleccione una categoria:
+
+
+
+
+
+ @foreach ($categorias as $categoria1)
+
+
+
+
+
+
+
+ @endforeach
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Ver todos
+
+
+
+ @if ($categorian)
+
+
+
Seleccione una promocion:
+
+
+
+
+ @endif
+
+
+ {{-- Modal agregar promocion--}}
+
+
+
+
+
+ Subir
+ img
+
+
+
+ @if ($photo)
+
+ @error('photo')
Obligatorio* @enderror
+ @else
+
+ @error('photo')
Obligatorio* @enderror
+ @endif
+
+
+
+
+ Nombre:
+
+ @error('nombre_promocion') Obligatorio* @enderror
+
+
+
+ Descripción:
+
+ @error('descripcion_promocion') Obligatorio* @enderror
+
+
+
+ Mensaje:
+
+
+
+
+
+ Valor:
+
+
+
+ Estado:
+
+ Estado
+ Activo
+ Inactivo
+
+
+
+
+
+
+ Fecha
+ limite:
+
+ @error('fecha_limite_promocion') Obligatorio* @enderror
+
+
+
+
Categoria:
+
+ Categoria
+ @foreach ($categorias as $categoria)
+ {{ $categoria->nombre ?? '' }}
+ @endforeach
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tarifas
+ @foreach ($tarifas as $tarifa)
+ {{ $tarifa->servicio->nombre ?? '' }} :
+ @if( $tarifa->servicio->nombre == 'Youtube Premium' || $tarifa->servicio->nombre=='Spotify Premium')
+ {{ $tarifa->dias ?? '' }} Dias
+ @else
+ {{ $tarifa->pantallas ?? '' }} pantallas
+ @endif
+
+ @endforeach
+
+
+ Añadir
+
+
+ @error('list')
Obligatorio* @enderror
+
+
+
+
+
+
+
+
+
+ @if (!empty($list))
+ @php
+ $n = 0;
+ @endphp
+ @foreach ($list as $tarifaServicios)
+
+
+ {{ $tarifaServicios['nombre'] ?? '' }} -
+
+ @if( $tarifaServicios['nombre'] == 'Youtube Premium' || $tarifaServicios['nombre'] =='Spotify Premium')
+ {{ $tarifaServicios['dias'] ?? '' }} Dias.
+ @else
+ {{ $tarifaServicios['cantidad'] ?? '' }} P.
+ @endif
+
+
+
+
+
+
+
+
+
+
+ @php
+ $n++;
+ @endphp
+ @endforeach
+ @endif
+
+
+
+
+
+
+
+ Guardar
+
+
+ Cerrar
+
+
+
+
+
+
+ {{-- Modal agregar categoria --}}
+ {{--
--}}
+
+ {{-- Modal ver promno --}}
+
+
+
+ {{-- PHOTO --}}
+
+
+
+
+
+
+
+
+
+
{{$nombrePromo}}
+
+
+
${{number_format($precioAhora)}}
+
+
+
+
{{$descripcionPromo}}
+
+
+
+
+
+ Comprar
+
+
+ Cerrar
+
+
+
+
+
+
+
+ {{-- Modal editar promo --}}
+
+
+
+
+
+ Subir
+ img
+
+
+
+ @if ($photo)
+
+ @else
+
+ @endif
+
+
+
+
+
+
+
+ Nombre:
+
+
+
+
+ Descripción:
+
+
+
+ Mensaje:
+
+
+
+
+
+ Valor:
+
+
+
+ Estado:
+
+ Estado
+ Activo
+ Inactivo
+
+
+
+
+
+
+
Fecha
+ limite:
+
+
+ {{$fecha_editarPromo}}
+
+
+
+
+
+
Categoria:
+
+ Categoria
+ @foreach ($categorias as $categoria)
+ {{ $categoria->nombre ?? '' }}
+ @endforeach
+
+
+
+
+
+
+
+
+
+
+
+ Tarifas
+ @foreach ($tarifas as $tarifa)
+ {{ $tarifa->servicio->nombre ?? '' }} :
+ @if(!empty($tarifa->servicio->por_tiempo))
+ {{ $tarifa->dias ?? '' }} {{ $tarifa->dias == 1 ? 'día' : 'días' }}
+
+ @else
+ {{ $tarifa->pantallas ?? '' }} {{ $tarifa->pantallas == 1 ? 'pantalla' : 'pantallas' }} - {{ $tarifa->dias ?? '' }} {{ $tarifa->dias == 1 ? 'día' : 'días' }}
+
+ @endif
+
+ @endforeach
+
+
+ Añadir
+
+
+ @error('list')
Obligatorio* @enderror
+
+
+
+
+
+
+
+
+
+ @if (!empty($list2))
+ @php
+ $n = 0;
+ @endphp
+ @foreach ($list2 as $lista)
+
+
+ {{ $lista['nombre'] ?? '' }} - {{ $lista['cantidad'] ?? '' }} P. - {{ $lista['dias'] ?? '' }} D.
+
+
+
+
+
+
+
+
+
+
+ @php
+ $n++;
+ @endphp
+ @endforeach
+ @endif
+
+
+
+
+
+
+
+
+
+
+ Guardar
+
+
+ Cerrar
+
+
+
+
+
+
+ {{-- Modal comprar promo --}}
+
+
+
+
+
+ {{$nombrePromo}}
+
+
+
+ {{$dias}} Dias
+
+
+ ${{number_format($precioAhora)}}
+
+
+
+
+
+
+
+ Información del cliente:
+
+
+ Ingrese los datos del cliente final.
+
+
+
+
+
+
+
+ Este servicio vencerá el {{$fechaFinal}} en {{$dias_comprarPromo}} Dias
+
+
+
+
+ El valor de ${{number_format($total=((int)$precioAhora*(int)$cantidad_comprarPromo))}} será descontado de su saldo.
+
+ @if ($total > auth()->user()->saldo->valor)
+
+
No tiene fondo suficientes para esta compra, recargue su cuenta.
Recargar
+
+ @endif
+
+
+
+
+ user()->saldo->valor) class=" inline-flex justify-center w-full rounded-md border border-transparent px-4 py-2 sm:mb-[0] mb-2 text-white bg-[#B221FD] hover:bg-[#7a02b8] focus:shadow-outline-green sm-text-sm sm-leading-5" @else disabled class="cursor-no-drop inline-flex justify-center w-full rounded-md border border-transparent px-4 py-2 sm:mb-[0] mb-2 text-white bg-gray-200 hover:bg-gray-200 focus:shadow-outline-green sm-text-sm sm-leading-5" @endif >Comprar
+
+
+ Cerrar
+
+
+
+
+
+
+
+
+
+ {{-- Modal credenciales --}}
+
+
+
+
+
+ {{$this->nombrePromo}}
+
+
+
+ {{$this->dias }} Dias
+
+
+ ${{number_format($this->precioAhora)}}
+
+
+
+
+
+
+
+ {!!$mensaje_servicio!!}
+
+ {!!$msj->msj_compra!!}
+
+
+
+ Información de cuentas:
+
+
+
+ @php
+ $n=0;
+ @endphp
+
+ @if ($cuentas)
+ @foreach ($cuentas->cuentas->unique() as $cuenta)
+ @php
+ $n++;
+ @endphp
+
+
+
+
+ {{ $cuenta->servicio->nombre }} :
+ @if (!empty($cuenta->servicio->ver_url))
+ - URL: {{ $cuenta->servicio->url}}
+ @else
+
+ @foreach ($cuenta->perfil as $perfil)
+ @if ($cuentas->id == $perfil->historial_id)
+ - Perfil {{ $perfil->perfil }}
+ @if (!empty($cuenta->servicio->perfiles))
+ @switch( $perfil->perfil)
+
+ @case(1)
+ : {{ $msj->clave_1 }}
+ @break
+ @case(2)
+ : {{ $msj->clave_2 }}
+ @break
+ @case(3)
+ : {{ $msj->clave_3 }}
+ @break
+ @case(4)
+ : {{ $msj->clave_4 }}
+ @break
+ @case(5)
+ : {{ $msj->clave_5 }}
+ @break
+ @case(6)
+ : {{ $msj->clave_6 }}
+ @break
+ @default
+
+ @endswitch
+ @endif
+ @endif
+ @endforeach
+
+ @endif
+
+
+
+
+ Usuario: {{ $cuenta->correo }}
+
+
+ Contraseña: {{ $cuenta->password }}
+
+
+
+
+
+
{{ $cuenta->servicio->nombre }} - email: {{ $cuenta->correo }} - Pass: {{ $cuenta->password }}
+
+
+ @endforeach
+
+
+{{$mensaje_servicio}}
+{{$msj->msj_wp}}
+@foreach ($cuentas->cuentas->unique() as $cuenta)
+@if (!empty($cuenta->servicio->ver_url))
+*URL:* {{ $cuenta->servicio->url }} @else
+*Servicio:* {{$cuenta->servicio->nombre}} @foreach ($cuenta->perfil as $perfil) @if ($cuentas->id == $perfil->historial_id && $cuenta->estado == 'activo') - Perfil {{ $perfil->perfil }} @if (!empty($cuenta->servicio->perfiles)) @switch( $perfil->perfil) @case(1) : {{ $msj->clave_1 }} @break @case(2) : {{ $msj->clave_2 }} @break @case(3) : {{ $msj->clave_3 }} @break @case(4) : {{ $msj->clave_4 }} @break @case(5) : {{ $msj->clave_5 }} @break @case(6) :{{ $msj->clave_6 }} @break @default @endswitch @endif @endif @endforeach
+*Usuario:* {{ $cuenta->correo }}
+*Contraseña:* {{ $cuenta->password }} @endif
+
+@endforeach
+
+
+
+
+
+ Copiar todo
+
+
+
+
+ Este servicio vencerá el
+ {{ Carbon\Carbon::parse($cuentas->fecha_final)->format('Y/m/d') ?? ''}}
+
+
+ @endif
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cerrar
+
+
+
+
+
+
+
+
+
+ {{-- Modal ver promociones --}}
+
+
+
+
+
+
+ @foreach ($categorias as $categoria1)
+
+
+
+ @endforeach
+
+
+ Cerrar
+
+
+
+
+
+
+
+
diff --git a/resources/views/livewire/show-recarga.blade.php b/resources/views/livewire/show-recarga.blade.php
new file mode 100644
index 0000000..1922510
--- /dev/null
+++ b/resources/views/livewire/show-recarga.blade.php
@@ -0,0 +1,134 @@
+
+
+
+
+
+
Cargando
+
+
+
+
+
+
+
+
+
+ Recargar saldo
+
+
+ @csrf
+
+ Saldo actual:
${{ number_format($user->saldo->valor) }}
+
+
+ Monto a recargar
+
+
+
+
+ @if($valor_recarga)
+
Tu valor a pagar seria: $
+
+ {{$nuevo_valor = (((($valor_recarga)*0.03) + '700' )* 0.19)+ ((($valor_recarga)*0.03) + '700' ) + $valor_recarga}}
+
+
+
+
+
+ @endif
+
Se sumara $700 COP+ IVA + 3% adicional al pago en Mercado Pago por costos de sistema.
+
+
+
+
+ Continuar
+
+
+
+
+
+
+
+
+
+
+
+
Historial
+
+
+
+ Fecha
+ Valor
+ Estado
+
+
+ @php
+ $i = 0;
+ @endphp
+
+ @foreach ($historial_recargas as $historial_recarga)
+
+ {{-- {{date("d/m/Y", strtotime($historial_recarga->created_at))}} --}}
+ {{date("d/m/Y",strtotime($historial_recarga->created_at))}}
+ ${{ number_format($historial_recarga->monto) }}
+ {{$historial_recarga->status}}
+
+ @endforeach
+
+
+
+
+
+
+
+{{--Modal nequi ---}}
+
+
+
+
diff --git a/resources/views/livewire/show-recargas.blade.php b/resources/views/livewire/show-recargas.blade.php
new file mode 100644
index 0000000..6fbd3b0
--- /dev/null
+++ b/resources/views/livewire/show-recargas.blade.php
@@ -0,0 +1,99 @@
+
+
+
+
+ @php
+ // SDK de Mercado Pago
+ require base_path('vendor/autoload.php');
+ // Agrega credenciales
+ MercadoPago\SDK::setAccessToken(config('services.mercadopago.token'));
+
+
+ // Crea un objeto de preferencia
+ $preference = new MercadoPago\Preference();
+
+ //$payment_methods = MercadoPago::get("/v1/payment_methods");
+ // Crea un ítem en la preferencia
+ $item = new MercadoPago\Item();
+ $item->title = 'Recarga SrPremium';
+ $item->quantity = 1;
+ $item->unit_price = $monto;
+ $preference->external_reference = $referencia;
+ $preference->back_urls = array(
+
+ "success" => url('/orders/'),
+ "failure" => url('/orders/'),
+ "pending" => url('/orders/')
+ );
+ $preference->auto_return = "approved";
+ $preference->items = array($item);
+ $preference->save();
+
+
+ @endphp
+
+
+
+
+ Recargar saldo
+
+
+
+ Monto a recargar
+
+ ${{number_format($monto)}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/views/livewire/show-reportes.blade.php b/resources/views/livewire/show-reportes.blade.php
new file mode 100644
index 0000000..76d7104
--- /dev/null
+++ b/resources/views/livewire/show-reportes.blade.php
@@ -0,0 +1,110 @@
+
+
+
+ @if (auth()->user()->rol->nombre == "super" || auth()->user()->rol->nombre == "administrador")
+
+ Total
+ @foreach($roles->usuarios as $usuario)
+ {{$usuario->name}}
+ @endforeach
+
+
+
+ @endif
+
+ MES
+ ENERO
+ FEBRERO
+ MARZO
+ ABRIL
+ MAYO
+ JUNIO
+ JULIO
+ AGOSTO
+ SEPTIEMBRE
+ OCTUBRE
+ NOVIEMBRE
+ DICIEMBRE
+
+
+
+ Mis ventas
+
+
+
+
+
+ {{ $cantidad }}
+
+
+ ${{ number_format($suma) }}
+
+
+
+
+ Compras Realizadas
+
+
+ Valor
+
+
+
+
+
+
+ Transacciones Paquetes
+
+
+
+
+ Fecha
+ Valor
+ Estado
+
+ Detalle
+
+
+
+ @foreach ($historiales as $historial)
+
+
+
+ {{$historial->fecha_inicio}}
+
+
+ {{$historial->valor}}
+
+
+ {{$historial->estado}}
+
+
+ @if(!empty($historial->tarifa_id))
+ {{$historial->tarifa->pantallas ?? ''}} {{ $historial->tarifa->servicio->nombre ?? ''}}
+ @endif
+
+ @if(!empty($historial->promocion_id))
+ {{ $historial->promocion->nombre ?? ''}}
+ @endif
+
+
+ @endforeach
+
+
+ {{ $historiales->links() }}
+
+
diff --git a/resources/views/livewire/show-roles.blade.php b/resources/views/livewire/show-roles.blade.php
new file mode 100644
index 0000000..ec267b9
--- /dev/null
+++ b/resources/views/livewire/show-roles.blade.php
@@ -0,0 +1,156 @@
+
+
+
+
+
+
Cargando
+
+
+
+
+
+
+
+
+ {{-- -Tabla usuarios - --}}
+
+
+
+
+ Nombre
+ Usuarios
+
+
+
+
+ @foreach ($roles as $rol)
+
+ {{ $rol->nombre ?? '' }}
+
+ {{ $rol->usuarios_count ?? '' }}
+
+
+
+
+
+
+
+
+
+ Editar
+ Eliminar
+
+
+
+ @endforeach
+
+
+
+
+
+
+
+
+ {{-- Añadir rol --}}
+
+
+
+
+
+ Nombre:
+
+
+
+
+
+ Guardar
+
+
+ Cerrar
+
+
+
+
+
+
+
+ {{-- editar rol --}}
+
+
+
+
+
+ Nombre:
+
+
+
+
+
+ Guardar
+
+
+ Cerrar
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/views/livewire/show-servicio.blade.php b/resources/views/livewire/show-servicio.blade.php
new file mode 100644
index 0000000..43421ff
--- /dev/null
+++ b/resources/views/livewire/show-servicio.blade.php
@@ -0,0 +1,525 @@
+
+
+
+
+
+
Cargando..
+
+
+
+
+
+
+
+
Desactivando servicio..
+
+
+
+
+
+
+
+
Eliminando servicio..
+
+
+
+
+
+
+
+
Actulizando servicio..
+
+
+
+
+
+
+
+
Creando servicio..
+
+
+
+
+
+
+
+
+
Servicios
+
+
+
+
+ Logo
+ ID
+ Nombre
+ Pantallas
+ Completas
+ Estado
+ Solo por tiempo
+ Mostrar perfiles
+ Contraseña de perfiles
+ URL
+ Renovación
+
+
+
+
+
+ @foreach ($servicios as $servicio)
+
+
+
+
+
+ {{ $servicio->id }}
+
+
+ {{ $servicio->nombre }}
+
+
+ {{ $servicio->pantallas }}
+
+
+ {{ $servicio->completa }}
+
+
+ {{ $servicio->estado }}
+
+
+ @if ($servicio->por_tiempo)
+
+
+
+ @endif
+
+
+ @if ($servicio->ver_perfiles)
+
+
+
+ @endif
+
+
+ @if ($servicio->perfiles)
+
+
+
+ @endif
+
+
+ {{ $servicio->url ?? '' }}
+
+
+
+
+ @if ($servicio->renovacion)
+
+
+
+ @endif
+
+
+
+
+
+
+
+
+
+
+ Editar
+ @if ($servicio->estado != 'activo')
+ Activar
+ @else
+ Desactivar
+ @endif
+ Eliminar
+
+
+
+
+ @endforeach
+
+
+
+
+
+
+
+
+
+ {{-- Modal agregar servicios --}}
+
+
+
+
+
+
+ Subir
+ img
+
+
+
+
+ @if ($photo)
+
+ @else
+
+ @endif
+
+
+
+
+
+ Img
+ inicio
+
+
+
+
+
+ @if ($photo_inicio)
+
+ @else
+
+ @endif
+
+
+
+
+ Nombre:
+
+ @error('nombre_servicio')
+ Requerido*
+ @enderror
+
+
+
+ Mostrar perfiles
+
+ ¿Contraseña?
+
+
+
+
+
+ Solo por
+ tiempo
+
+ Renovación
+
+
+
+
+
+
+
+
+ Descripción:
+
+
+
+
+
+
+
+ Estado
+ Activo
+ Inactivo
+
+ @error('estado_servicio')
+
Requerido*
+ @enderror
+
+
+
+
+ Mensaje:
+
+
+
+
+ Color fondo:
+
+
+
+
+
+ Guardar
+
+
+ Cerrar
+
+
+
+
+
+
+
+ {{-- Modal editar servicios --}}
+
+
+
+
+
+
+ Subir
+ img
+
+
+
+
+ @if ($photo)
+
+ @else
+
+ @endif
+
+
+
+
+
+ Img
+ inicio
+
+
+
+
+
+ @if ($photo_inicio)
+
+ @else
+
+ @endif
+
+
+
+
+ Nombre:
+
+ @error('nombre_servicio')
+ Requerido*
+ @enderror
+
+
+ Mostrar perfiles
+
+ ¿Contraseña?
+
+
+
+
+ Solo por
+ tiempo
+
+ Renovación
+
+
+
+
+
+
+
+
+
+
+ Descripción:
+
+
+
+
+
+
+
+ Estado
+ Activo
+ Inactivo
+
+
+
+
+
+ Mensaje:
+
+
+
+ @error('estado_servicio')
+
Requerido*
+ @enderror
+
+
+ Color fondo:
+
+
+
+
+
+ Guardar
+
+
+ Cerrar
+
+
+
+
+
+
+ @include('layouts.footer')
+
diff --git a/resources/views/livewire/show-servicios.blade.php b/resources/views/livewire/show-servicios.blade.php
new file mode 100644
index 0000000..b048e2d
--- /dev/null
+++ b/resources/views/livewire/show-servicios.blade.php
@@ -0,0 +1,690 @@
+
+
+
+
+
+
Adquiriendo paquetes
+
+
+
+
+
+
+
+
Cargando
+
+
+
+
+
+ Servicios
+ Promociones
+
+
+
+
+
+
+ {{-- tabla productos --}}
+
+
+
Seleccione un servicio:
+
+
+
+
+
+ @foreach ($servicios as $servicio1)
+
+
+
+
+
+
+ @endforeach
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Ver
+ todos
+
+
+
+ @if ($servicio)
+
+
+
Seleccione un plan:
+
+
+
+ @foreach ($servicio['tarifas'] as $tarifa)
+ @php
+ $this->tarifa = $tarifa;
+ @endphp
+ @if ($tarifa['estado'] == 'activo')
+ @if ($con = $tarifa['usuario_tarifas'])
+ @if ($con[0]['visible'] == 'true')
+
+
+
+ @if ($servicio['por_tiempo'] == 1)
+ {{ $servicio['nombre'] }}
+ @else
+ {{ $servicio['nombre'] }} - {{ $tarifa['pantallas'] }}
+ {{ $tarifa['pantallas'] == 1 ? 'pantalla' : 'pantallas' }}
+ @endif
+
+
+
+
+
+
+ {{ $tarifa['dias'] }}
+ {{ $tarifa['dias'] == 1 ? 'Día' : 'Días' }}
+
+
+
+
+
+
+
+
+ ${{ number_format($con[0]['precio']) }}
+
+
+
+
+
+
+
+ @endif
+ @else
+
+
+
+ @if ($servicio['por_tiempo'] == 1)
+ {{ $servicio['nombre'] }}
+ @else
+ {{ $servicio['nombre'] }} - {{ $tarifa['pantallas'] }}
+ {{ $tarifa['pantallas'] == 1 ? 'pantalla' : 'pantallas' }}
+ @endif
+
+
+
+
+
+
+ {{ $tarifa['dias'] }} {{ $tarifa['dias'] == 1 ? 'Día' : 'Días' }}
+
+
+
+
+
+
+
+
+
+ ${{ number_format($tarifa['valor']) }}
+
+
+
+
+
+
+
+ @endif
+ @endif
+ @endforeach
+
+
+ @endif
+
+
+
+
+
+
+ {{-- Modal agregar servicios --}}
+
+
+
+
+
+ @if ($tiempo_tarjetaPlan)
+ {{ $servicio_tarjetaPlan }}
+ @else
+ {{ $servicio_tarjetaPlan }} - {{ $pantallas_tarjetaPlan }}
+ {{ $pantallas_tarjetaPlan == 1 ? 'pantalla' : 'pantallas' }}
+ @endif
+
+
+
+
+ {{ $dias_tarjetaPlan }} {{ $dias_tarjetaPlan == 1 ? 'Día' : 'Días' }}
+
+
+
+ ${{ number_format($valor_tarjetaPlan) }}
+
+
+
+
+
+
+
+ Información del cliente:
+
+
+ Ingrese los datos del cliente final.
+
+
+
+
+
+
+
+ {{ $disponibles < 0 ? 0 : (int) $disponibles }}
+ {{ $disponibles == 1 ? 'plan disponible' : 'planes disponibles' }} para esta cantidad
+
+
+
+ Este servicio vencerá el
+ {{ $fechaFinal ? $fechaFinal->format('d/m/Y \a \l\a\s h:i A') : '' }} en
+ {{ $dias_tarjetaPlan }} {{ $dias_tarjetaPlan == 1 ? 'día' : 'días' }}
+
+
+
+
+
+ El valor de
+ ${{ number_format($total = (int) $valor_tarjetaPlan * (int) $cantidad_tarjetaPlan) }} será
+ descontado de su saldo.
+
+
+
+
+
+
+
+ @if ($total > auth()->user()->saldo->valor)
+
+
No tiene fondo suficientes para esta compra, recargue su cuenta.
+
Recargar
+
+ @endif
+
+
+ @if (auth()->user()->rol->nombre != 'editor')
+
+ user()->saldo->valor) class="inline-flex justify-center w-full rounded-md border border-transparent px-4 py-2 sm:mb-[0] mb-2 text-white bg-[#B221FD] hover:bg-[#7a02b8] focus:shadow-outline-green sm-text-sm sm-leading-5" @else disabled class="cursor-no-drop inline-flex justify-center w-full rounded-md border border-transparent px-4 py-2 sm:mb-[0] mb-2 text-white bg-gray-200 hover:bg-gray-200 focus:shadow-outline-green sm-text-sm sm-leading-5" @endif>
+ Comprar
+
+
+ @endif
+
+ Cerrar
+
+
+
+
+
+
+
+
+
+ {{-- Modal credenciales --}}
+
+
+
+
+
+ @if (!empty($servicio_t->por_tiempo))
+ @if ($servicio_t->por_tiempo == true)
+ {{ $servicio_tarjetaPlan }}
+ @else
+ {{ $servicio_tarjetaPlan }} - {{ $pantallas_tarjetaPlan }}
+ {{ $pantallas_tarjetaPlan == 1 ? 'pantalla' : 'pantallas' }}
+ @endif
+ @endif
+
+
+
+ {{ $dias_tarjetaPlan }} Dias
+
+
+ ${{ number_format($valor_tarjetaPlan) }}
+
+
+
+
+
+
+
+ {!! $mensaje !!}
+
+ {!! $msj->msj_compra !!}
+
+
+
+
+ Información de cuentas:
+
+
+
+
+
+
+ @if ($cuentas)
+
+ @php
+ $n = 0;
+ @endphp
+
+ @foreach ($cuentas->cuentas->unique() as $cuenta)
+ @php
+ $n++;
+ @endphp
+
+
+
+ @if (!empty($cuenta->servicio->ver_url))
+ - URL: {{ $cuenta->servicio->url }}
+ @else
+ @foreach ($cuenta->perfil as $perfil)
+ @if (!empty($cuenta->servicio->ver_perfiles))
+ @if ($cuentas->id == $perfil->historial_id && $cuenta->estado == 'activo')
+ - Perfil {{ $perfil->perfil }}
+
+ @if (!empty($cuenta->servicio->perfiles))
+ @switch($perfil->perfil)
+ @case(1)
+ : {{ $msj->clave_1 }}
+ @break
+
+ @case(2)
+ : {{ $msj->clave_2 }}
+ @break
+
+ @case(3)
+ : {{ $msj->clave_3 }}
+ @break
+
+ @case(4)
+ : {{ $msj->clave_4 }}
+ @break
+
+ @case(5)
+ : {{ $msj->clave_5 }}
+ @break
+
+ @case(6)
+ : {{ $msj->clave_6 }}
+ @break
+
+ @default
+ @endswitch
+ @endif
+ @endif
+ @endif
+ @endforeach
+ @endif
+
+
+ Usuario: {{ $cuenta->correo }}
+
+
+
+ Contraseña:
+ {{ $cuenta->password }}
+
+
+
+
+
+
{{ $cuenta->servicio->nombre }} :
+
+ @if (!empty($cuenta->servicio->ver_url))
+ - URL: {{ $cuenta->servicio->url }}
+ @else
+ @foreach ($cuenta->perfil as $perfil)
+ @if (!empty($cuenta->servicio->ver_perfiles))
+ @if ($cuentas->id == $perfil->historial_id && $cuenta->estado == 'activo')
+ - Perfil {{ $perfil->perfil }}
+ @if (!empty($cuenta->servicio->perfiles))
+ @switch($perfil->perfil)
+ @case(1)
+ : {{ $msj->clave_1 }}
+ @break
+
+ @case(2)
+ : {{ $msj->clave_2 }}
+ @break
+
+ @case(3)
+ : {{ $msj->clave_3 }}
+ @break
+
+ @case(4)
+ : {{ $msj->clave_4 }}
+ @break
+
+ @case(5)
+ : {{ $msj->clave_5 }}
+ @break
+
+ @case(6)
+ : {{ $msj->clave_6 }}
+ @break
+
+ @default
+ @endswitch
+ @endif
+ @endif
+ @endif
+ @endforeach
+ @endif - email: {{ $cuenta->correo }} - Pass:
+ {{ $cuenta->password }}
+
+
+ @endforeach
+
+
+{{ $mensaje }}
+{{ $msj->msj_wp ?? '' }}
+@foreach ($cuentas->cuentas->unique() as $cuenta)
+@if (!empty($cuenta->servicio->ver_url))
+*URL:* {{ $cuenta->servicio->url }}
+@else
+@foreach ($cuenta->perfil as $perfil)
+@if (!empty($cuenta->servicio->ver_perfiles))
+@if ($cuentas->id == $perfil->historial_id && $cuenta->estado == 'activo')
+*Perfil {{ $perfil->perfil }}* @if (!empty($cuenta->servicio->perfiles))
+@switch($perfil->perfil)
+@case(1)
+: {{ $msj->clave_1 }}
+@break
+
+@case(2)
+: {{ $msj->clave_2 }}
+@break
+
+@case(3)
+: {{ $msj->clave_3 }}
+@break
+
+@case(4)
+:{{ $msj->clave_4 }}
+@break
+
+@case(5)
+: {{ $msj->clave_5 }}
+@break
+
+@case(6)
+: {{ $msj->clave_6 }}
+@break
+
+@default
+@endswitch
+@endif
+@endif
+@endif
+@endforeach
+@endif
+
+*Usuario:* {{ trim($cuenta->correo) }}
+*Contraseña:* {{ trim($cuenta->password) }}
+@endforeach
+
+
+
+
+
+
+ Copiar todo
+
+
+
+
+
+ Este servicio vencerá el
+
+ {{ Carbon\Carbon::parse($cuentas->fecha_final)->format('Y/m/d') ?? '' }}.
+
+
+ @endif
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cerrar
+
+
+
+
+
+
+
+
+
+ {{-- Modal ver servicio --}}
+
+
+
+
+
+
+ @foreach ($servicios as $servicio1)
+
+
+
+
+
+
+
+
+ @endforeach
+
+
+ Cerrar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/views/livewire/show-top.blade.php b/resources/views/livewire/show-top.blade.php
new file mode 100644
index 0000000..1cccbdc
--- /dev/null
+++ b/resources/views/livewire/show-top.blade.php
@@ -0,0 +1,127 @@
+
+
+
+
+
+ {{-- tabla --}}
+
+
Mejores distribuidores del mes
+
+
+
+
{{$configuracion->mensaje_top}}
+
+
+
+
+
+ Nombre
+ Email
+ Ventas
+ Premio
+
+
+
+ @php
+ $i = 0;
+ @endphp
+
+ @foreach ($usuarios as $usuario)
+ @if($usuario->name == 'usuarioEliminado')
+ @else
+
+ @php
+ $i++;
+ @endphp
+
+
+
+
+
+
+
+ {{ $usuario->name }}
+ {{ $usuario->email }}
+ {{ $usuario->historiales_venta_count }}
+
+
+
+ @if ($i == 1)
+
+
+ {{$configuracion->premio_1}}
+
+
+
+ @elseif ($i == 2)
+
+
+ {{$configuracion->premio_2}}
+
+
+
+ @elseif ($i == 3)
+
+
+ {{$configuracion->premio_3}}
+
+
+ @elseif ($i == 4)
+
+
+ {{$configuracion->premio_4}}
+
+
+ @elseif ($i == 5)
+
+
+ {{$configuracion->premio_5}}
+
+
+ @elseif ($i == 6)
+
+
+ {{$configuracion->premio_6}}
+
+
+ @elseif ($i == 7)
+
+
+ {{$configuracion->premio_7}}
+
+
+ @elseif ($i == 8)
+
+
+ {{$configuracion->premio_8}}
+
+
+ @elseif ($i == 9)
+
+
+ {{$configuracion->premio_9}}
+
+
+ @elseif ($i == 10)
+
+
+ {{$configuracion->premio_10}}
+
+
+ @endif
+
+
+
+ @endif
+ @endforeach
+
+
+
+
+ @include('layouts.footer')
+
diff --git a/resources/views/livewire/show-usuarios.blade.php b/resources/views/livewire/show-usuarios.blade.php
new file mode 100644
index 0000000..e507579
--- /dev/null
+++ b/resources/views/livewire/show-usuarios.blade.php
@@ -0,0 +1,618 @@
+
+
+
+
+
+
Cargando
+
+
+
+
+
+
+
+
+
+
+ {{-- Buscar --}}
+
+
+
+
+ {{-- -Tabla usuarios - --}}
+
+
+
+
+ Nombre
+ Email
+ Rol
+ Ventas
+ Saldo
+
+
+
+
+
+ @foreach ($usuarios as $usuario)
+ @if($usuario->name == 'usuarioEliminado')
+ @else
+
+
+ {{ $usuario->name ?? '' }}
+
+ {{ $usuario->email ?? '' }}
+
+ {{ $usuario->rol->nombre ?? '' }}
+
+ {{ $usuario->historiales_venta_count ?? '' }}
+
+ {{ $usuario->saldo->valor ?? '' }}
+ Recargar
+
+
+
+
+
+
+
+
+
+ Editar
+ Editar
+ password
+ Agregar saldo
+ Precio servicio
+ Precio promocion
+ Eliminar
+
+
+
+ @endif
+ @endforeach
+
+
+ {{ $usuarios->links() }}
+
+
+ {{-- Gestionar precios --}}
+
+
+
+
Personalización de precios para {{$usuario_nombre}}
+
+
+
+
+
+
+
+
+
+ Tarifas
+ @if (!empty($consulta_tarifas))
+ @foreach ($consulta_tarifas as $consulta_tarifa)
+ @if ($consulta_tarifa->servicio->por_tiempo)
+ {{ $consulta_tarifa->servicio->nombre ?? '' }}: {{ $consulta_tarifa->dias ?? '' }} {{ $consulta_tarifa->dias == 1 ? 'día' : 'días' }}
+ @else
+ {{ $consulta_tarifa->servicio->nombre ?? '' }}: {{ $consulta_tarifa->pantallas ?? '' }} {{ $consulta_tarifa->pantallas == 1 ? 'pantalla' : 'pantallas' }} - {{ $consulta_tarifa->dias ?? '' }} {{ $consulta_tarifa->dias == 1 ? 'día' : 'días' }}
+ @endif
+ @endforeach
+ @endif
+
+
+
+
+
+
+ Ocultar
+
+
+
+
+
+
+
+ Añadir
+
+
+
+
+
+
+
+
+ Cerrar
+
+
+
+
+
+
+ {{-- Gestionar promocion --}}
+
+
+
+
Personalización de precios para {{$usuario_nombre}}
+
+
+
+
+
+
+
+
+
+ Promociones
+ @if (!empty($consulta_promo))
+ @foreach ($consulta_promo as $promocion)
+ @if (!empty($promocion->nombre))
+ {{ $promocion->nombre ?? '' }}
+ @endif
+ @endforeach
+ @endif
+
+
+
+
+
+
+
+ Ocultar
+
+
+
+
+
+
+
+ Añadir
+
+
+
+
+
+
+
+
+ Cerrar
+
+
+
+
+
+
+ {{-- Añadir usuario --}}
+
+
+
+
+
+ Nombre:
+
+ @error('nombre') Requerido* @enderror
+
+
+
+ Email:
+
+ @error('email') Requerido* @enderror
+
+
+
+ Contraseña:
+
+ @error('password') Requerido* @enderror
+
+
+
+ Selecciona rol:
+
+ Rol
+ @foreach ($roles as $rol)
+ {{ $rol->nombre }}
+ @endforeach
+
+ @error('rol') Requerido* @enderror
+
+
+
+
+ Guardar
+
+
+ Cerrar
+
+
+
+
+
+
+
+ {{-- editar usuario --}}
+
+
+
+
+
+ Nombre:
+
+ @error('nombre_edit') Requerido* @enderror
+
+
+
+ Email:
+
+ @error('email_edit') Requerido* @enderror
+
+
+
+ Selecciona rol:
+
+ Rol
+ @foreach ($roles as $rol)
+ {{ $rol->nombre }}
+ @endforeach
+
+
+ @error('rol_edit') Requerido* @enderror
+
+
+
+
+ Guardar
+
+
+ Cerrar
+
+
+
+
+
+
+
+ {{-- Modal contraseña --}}
+
+
+
+
+ Cambiar Contraseña
+
+
+
+ Nueva contraseña:
+
+ @error('newPassword') {{ 'Diligencie correctamente*'}} @enderror
+
+
+
+
+ Guardar
+
+
+ Cerrar
+
+
+
+
+
+
+ {{-- Modal add saldo --}}
+
+
+
+
+ Recargar saldo
+
+
+
+ Saldo actual: $
{{number_format($saldo_actual)}}
+
+
+ Monto a recargar
+
+
+
+
+
Tu valor total seria: $
{{$saldo_actual + $valor_recargar}}
+
+
+
+
+
+
+
+ Guardar
+
+
+ Cerrar
+
+
+
+
+
+
+
+
+
+ {{-- Modal tarifas --}}
+
+
+
+
+
+
+
+ Promociones
+ @foreach ($promo as $servicio)
+ {{ $servicio->nombre ?? '' }}
+ @endforeach
+
+
+
+
+
+
+
+
+ Rol
+
+ Roles
+ @foreach ($roles as $rol)
+ {{ $rol->nombre ?? '' }}
+ @endforeach
+
+
+
+
+ Precio
+
+
+
+
+
+
+ Añadir
+
+
+
+
+
+
+
+ Rol
+ Valor
+
+
+
+
+ @if (!empty($tarifas))
+ @foreach ($tarifas as $tarifa)
+
+ {{ $tarifa->rol->nombre ?? '' }}
+ {{ $tarifa->precio ?? '' }}
+
+
+
+
+
+ @endforeach
+ @endif
+
+
+
+
+
+
+
+
+
+
+
+
+ Cerrar
+
+
+
+
+
+
+
+
+
diff --git a/resources/views/livewire/show-utilidades.blade.php b/resources/views/livewire/show-utilidades.blade.php
new file mode 100644
index 0000000..0bf1ae7
--- /dev/null
+++ b/resources/views/livewire/show-utilidades.blade.php
@@ -0,0 +1,3 @@
+
+ {{-- Care about people's approval and you will be their prisoner. --}}
+
diff --git a/resources/views/livewire/show-wompi.blade.php b/resources/views/livewire/show-wompi.blade.php
new file mode 100644
index 0000000..4a5c567
--- /dev/null
+++ b/resources/views/livewire/show-wompi.blade.php
@@ -0,0 +1,35 @@
+
+
+
+
+ Recargar saldo
+
+
+
+ Monto a recargar
+
+ ${{number_format($monto)}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/views/livewire/showcomprar.blade.php b/resources/views/livewire/showcomprar.blade.php
new file mode 100644
index 0000000..29fcfd7
--- /dev/null
+++ b/resources/views/livewire/showcomprar.blade.php
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+ @php
+ // SDK de Mercado Pago
+ require base_path('vendor/autoload.php');
+ // Agrega credenciales
+ MercadoPago\SDK::setAccessToken(config('services.mercadopago.token'));
+
+
+ // Crea un objeto de preferencia
+ $preference = new MercadoPago\Preference();
+
+ //$payment_methods = MercadoPago::get("/v1/payment_methods");
+ // Crea un ítem en la preferencia
+ $item = new MercadoPago\Item();
+ $item->id = $historial_id;
+ $item->title = 'Compra SrPremium';
+ $item->quantity = 1;
+ $item->unit_price = $monto;
+ $preference->back_urls = array(
+
+ "success" => url('/compras/'),
+ "failure" => url('/compras/error'),
+ "pending" => url('/compras/pendiente')
+ );
+ $preference->auto_return = "approved";
+ $preference->items = array($item);
+ $preference->save();
+
+
+ @endphp
+
+
+
+
+ Recargar saldo
+
+
+
+ Monto a recargar
+
+ ${{number_format($monto)}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/views/menu/admin.blade.php b/resources/views/menu/admin.blade.php
new file mode 100644
index 0000000..bef004e
--- /dev/null
+++ b/resources/views/menu/admin.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/categoria.blade.php b/resources/views/menu/categoria.blade.php
new file mode 100644
index 0000000..811071d
--- /dev/null
+++ b/resources/views/menu/categoria.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/clientes.blade.php b/resources/views/menu/clientes.blade.php
new file mode 100644
index 0000000..bd10670
--- /dev/null
+++ b/resources/views/menu/clientes.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/comprar.blade.php b/resources/views/menu/comprar.blade.php
new file mode 100644
index 0000000..4acd090
--- /dev/null
+++ b/resources/views/menu/comprar.blade.php
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/configuracion.blade.php b/resources/views/menu/configuracion.blade.php
new file mode 100644
index 0000000..793b56b
--- /dev/null
+++ b/resources/views/menu/configuracion.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/credenciales.blade.php b/resources/views/menu/credenciales.blade.php
new file mode 100644
index 0000000..0b9fe71
--- /dev/null
+++ b/resources/views/menu/credenciales.blade.php
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+ Información credenciales de acceso
+
+
+
+
+
+
+
+
+ Email:
+ Contraseña:
+ Servicio:
+ Perfil:
+
+
+
+
+ @foreach ($consulta->cuentas->unique() as $item)
+
+ {{ $item->correo ?? ''}}
+ {{ $item->password ?? ''}}
+ {{ $item->servicio->nombre ?? ''}}
+
+ @if($item->estado == 'activo')
+ @foreach ($item->perfil as $perfil)
+ @if ($consulta->id == $perfil->historial_id)
+ {{ $perfil->perfil ?? '' }}
+
+ @if ($item->servicio->perfiles)
+ @switch( $perfil->perfil)
+ @case(1)
+ : {{ $msj->clave_1 ?? ''}}
+ @break
+ @case(2)
+ : {{ $msj->clave_2 ?? ''}}
+ @break
+ @case(3)
+ : {{ $msj->clave_3 ?? ''}}
+ @break
+ @case(4)
+ : {{ $msj->clave_4 ?? ''}}
+ @break
+ @case(5)
+ : {{ $msj->clave_5 ?? ''}}
+ @break
+ @case(6)
+ : {{ $msj->clave_6 ?? '' }}
+ @break
+ @default
+ @endswitch
+ @endif
+ @endif
+ @endforeach
+ @endif
+
+ @endforeach
+
+
+ @if(!empty($consulta->tarifa->servicio->nombre))
+ @if ($consulta->tarifa->servicio->url )
+ - URL:
{{ $msj->iptv }}
+ @endif
+ @endif
+
+
+
+ Fecha de vencimiento:
+
{{ \Carbon\Carbon::parse($consulta->fecha_final)->format('d/m/Y h:i A') }}
+
+
+
+
+ Estado: {{ $consulta->estado }}
+
+
+ @if (!empty($consulta->tarifa->pantallas) && !empty($consulta->tarifa->servicio->nombre ) )
+
+ Cantidad :
+
+ @if ($consulta->tarifa->servicio->por_tiempo)
+ {{ $consulta->cantidad }} {{ Str::plural('plan', $consulta->cantidad, 'planes') }} de {{ $consulta->tarifa->servicio->nombre }} - {{ $consulta->tarifa->dias }} {{ Str::plural('día', $consulta->tarifa->dias, 'días') }}
+ @else
+ {{ $consulta->cantidad }} {{ __($consulta->cantidad == 1 ? 'plan' : 'planes') }} de {{ $consulta->tarifa->pantallas }} {{ __($consulta->tarifa->pantallas == 1 ? 'pantalla' : 'pantallas') }} - {{ $consulta->tarifa->servicio->nombre }} - {{ $consulta->tarifa->dias }} {{ __($consulta->tarifa->dias == 1 ? 'día' : 'días') }}
+ @endif
+
+
+ @else
+
+ Cantidad:
+
{{ $consulta->cantidad }} {{ __($consulta->cantidad == 1 ? 'promo' : 'promos') }}: {{ $consulta->promocion->nombre }}
+
+
+ @endif
+
+
+
+
+
+
+
+
+
diff --git a/resources/views/menu/importar.blade.php b/resources/views/menu/importar.blade.php
new file mode 100644
index 0000000..fc98fab
--- /dev/null
+++ b/resources/views/menu/importar.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/logs.blade.php b/resources/views/menu/logs.blade.php
new file mode 100644
index 0000000..77dd3a2
--- /dev/null
+++ b/resources/views/menu/logs.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/logs_recargas.blade.php b/resources/views/menu/logs_recargas.blade.php
new file mode 100644
index 0000000..0ff7e84
--- /dev/null
+++ b/resources/views/menu/logs_recargas.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/order.blade.php b/resources/views/menu/order.blade.php
new file mode 100644
index 0000000..092be62
--- /dev/null
+++ b/resources/views/menu/order.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/perfil.blade.php b/resources/views/menu/perfil.blade.php
new file mode 100644
index 0000000..3bcb864
--- /dev/null
+++ b/resources/views/menu/perfil.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/planes.blade.php b/resources/views/menu/planes.blade.php
new file mode 100644
index 0000000..3220688
--- /dev/null
+++ b/resources/views/menu/planes.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/promo.blade.php b/resources/views/menu/promo.blade.php
new file mode 100644
index 0000000..2d36a05
--- /dev/null
+++ b/resources/views/menu/promo.blade.php
@@ -0,0 +1,4 @@
+
+ @include('layouts.nav')
+
+
\ No newline at end of file
diff --git a/resources/views/menu/promociones.blade.php b/resources/views/menu/promociones.blade.php
new file mode 100644
index 0000000..87f80cf
--- /dev/null
+++ b/resources/views/menu/promociones.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/recarga.blade.php b/resources/views/menu/recarga.blade.php
new file mode 100644
index 0000000..f2a5d14
--- /dev/null
+++ b/resources/views/menu/recarga.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/recargas.blade.php b/resources/views/menu/recargas.blade.php
new file mode 100644
index 0000000..fee1859
--- /dev/null
+++ b/resources/views/menu/recargas.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/reportes.blade.php b/resources/views/menu/reportes.blade.php
new file mode 100644
index 0000000..df5c88d
--- /dev/null
+++ b/resources/views/menu/reportes.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/roles.blade.php b/resources/views/menu/roles.blade.php
new file mode 100644
index 0000000..5d3fcbf
--- /dev/null
+++ b/resources/views/menu/roles.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/servicio.blade.php b/resources/views/menu/servicio.blade.php
new file mode 100644
index 0000000..14789fa
--- /dev/null
+++ b/resources/views/menu/servicio.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/servicios.blade.php b/resources/views/menu/servicios.blade.php
new file mode 100644
index 0000000..9fb6c6f
--- /dev/null
+++ b/resources/views/menu/servicios.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/single.blade.php b/resources/views/menu/single.blade.php
new file mode 100644
index 0000000..21cdc05
--- /dev/null
+++ b/resources/views/menu/single.blade.php
@@ -0,0 +1,4 @@
+
+ @include('layouts.nav')
+
+
\ No newline at end of file
diff --git a/resources/views/menu/top.blade.php b/resources/views/menu/top.blade.php
new file mode 100644
index 0000000..8dc2ac5
--- /dev/null
+++ b/resources/views/menu/top.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/usuarios.blade.php b/resources/views/menu/usuarios.blade.php
new file mode 100644
index 0000000..036c37d
--- /dev/null
+++ b/resources/views/menu/usuarios.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/utilidades.blade.php b/resources/views/menu/utilidades.blade.php
new file mode 100644
index 0000000..a421c50
--- /dev/null
+++ b/resources/views/menu/utilidades.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/menu/ver.blade.php b/resources/views/menu/ver.blade.php
new file mode 100644
index 0000000..e8e6aeb
--- /dev/null
+++ b/resources/views/menu/ver.blade.php
@@ -0,0 +1,4 @@
+
+ @include('layouts.nav')
+
+
\ No newline at end of file
diff --git a/resources/views/menu/wompi.blade.php b/resources/views/menu/wompi.blade.php
new file mode 100644
index 0000000..10d661d
--- /dev/null
+++ b/resources/views/menu/wompi.blade.php
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/resources/views/portadaservicio.blade.php b/resources/views/portadaservicio.blade.php
new file mode 100644
index 0000000..7063c21
--- /dev/null
+++ b/resources/views/portadaservicio.blade.php
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/views/vendor/pagination/bootstrap-4.blade.php b/resources/views/vendor/pagination/bootstrap-4.blade.php
new file mode 100644
index 0000000..63c6f56
--- /dev/null
+++ b/resources/views/vendor/pagination/bootstrap-4.blade.php
@@ -0,0 +1,46 @@
+@if ($paginator->hasPages())
+
+
+
+@endif
diff --git a/resources/views/vendor/pagination/bootstrap-5.blade.php b/resources/views/vendor/pagination/bootstrap-5.blade.php
new file mode 100644
index 0000000..a1795a4
--- /dev/null
+++ b/resources/views/vendor/pagination/bootstrap-5.blade.php
@@ -0,0 +1,88 @@
+@if ($paginator->hasPages())
+
+
+
+
+
+
+
+
+ {!! __('Showing') !!}
+ {{ $paginator->firstItem() }}
+ {!! __('to') !!}
+ {{ $paginator->lastItem() }}
+ {!! __('of') !!}
+ {{ $paginator->total() }}
+ {!! __('results') !!}
+
+
+
+
+
+
+
+
+@endif
diff --git a/resources/views/vendor/pagination/default.blade.php b/resources/views/vendor/pagination/default.blade.php
new file mode 100644
index 0000000..0db70b5
--- /dev/null
+++ b/resources/views/vendor/pagination/default.blade.php
@@ -0,0 +1,46 @@
+@if ($paginator->hasPages())
+
+
+
+@endif
diff --git a/resources/views/vendor/pagination/semantic-ui.blade.php b/resources/views/vendor/pagination/semantic-ui.blade.php
new file mode 100644
index 0000000..ef0dbb1
--- /dev/null
+++ b/resources/views/vendor/pagination/semantic-ui.blade.php
@@ -0,0 +1,36 @@
+@if ($paginator->hasPages())
+
+@endif
diff --git a/resources/views/vendor/pagination/simple-bootstrap-4.blade.php b/resources/views/vendor/pagination/simple-bootstrap-4.blade.php
new file mode 100644
index 0000000..4bb4917
--- /dev/null
+++ b/resources/views/vendor/pagination/simple-bootstrap-4.blade.php
@@ -0,0 +1,27 @@
+@if ($paginator->hasPages())
+
+
+
+@endif
diff --git a/resources/views/vendor/pagination/simple-bootstrap-5.blade.php b/resources/views/vendor/pagination/simple-bootstrap-5.blade.php
new file mode 100644
index 0000000..a89005e
--- /dev/null
+++ b/resources/views/vendor/pagination/simple-bootstrap-5.blade.php
@@ -0,0 +1,29 @@
+@if ($paginator->hasPages())
+
+
+
+@endif
diff --git a/resources/views/vendor/pagination/simple-default.blade.php b/resources/views/vendor/pagination/simple-default.blade.php
new file mode 100644
index 0000000..36bdbc1
--- /dev/null
+++ b/resources/views/vendor/pagination/simple-default.blade.php
@@ -0,0 +1,19 @@
+@if ($paginator->hasPages())
+
+
+
+@endif
diff --git a/resources/views/vendor/pagination/simple-tailwind.blade.php b/resources/views/vendor/pagination/simple-tailwind.blade.php
new file mode 100644
index 0000000..6872cca
--- /dev/null
+++ b/resources/views/vendor/pagination/simple-tailwind.blade.php
@@ -0,0 +1,25 @@
+@if ($paginator->hasPages())
+
+ {{-- Previous Page Link --}}
+ @if ($paginator->onFirstPage())
+
+ {!! __('pagination.previous') !!}
+
+ @else
+
+ {!! __('pagination.previous') !!}
+
+ @endif
+
+ {{-- Next Page Link --}}
+ @if ($paginator->hasMorePages())
+
+ {!! __('pagination.next') !!}
+
+ @else
+
+ {!! __('pagination.next') !!}
+
+ @endif
+
+@endif
diff --git a/resources/views/vendor/pagination/tailwind.blade.php b/resources/views/vendor/pagination/tailwind.blade.php
new file mode 100644
index 0000000..3c92d5c
--- /dev/null
+++ b/resources/views/vendor/pagination/tailwind.blade.php
@@ -0,0 +1,106 @@
+@if ($paginator->hasPages())
+
+
+
+
+
+
+ {!! __('Mostrando') !!}
+ @if ($paginator->firstItem())
+ {{ $paginator->firstItem() }}
+ {!! __('a') !!}
+ {{ $paginator->lastItem() }}
+ @else
+ {{ $paginator->count() }}
+ @endif
+ {!! __('de') !!}
+ {{ $paginator->total() }}
+ {!! __('Resultados') !!}
+
+
+
+
+
+ {{-- Previous Page Link --}}
+ @if ($paginator->onFirstPage())
+
+
+
+
+
+
+
+ @else
+
+
+
+
+
+ @endif
+
+ {{-- Pagination Elements --}}
+ @foreach ($elements as $element)
+ {{-- "Three Dots" Separator --}}
+ @if (is_string($element))
+
+ {{ $element }}
+
+ @endif
+
+ {{-- Array Of Links --}}
+ @if (is_array($element))
+ @foreach ($element as $page => $url)
+ @if ($page == $paginator->currentPage())
+
+ {{ $page }}
+
+ @else
+
+ {{ $page }}
+
+ @endif
+ @endforeach
+ @endif
+ @endforeach
+
+ {{-- Next Page Link --}}
+ @if ($paginator->hasMorePages())
+
+
+
+
+
+ @else
+
+
+
+
+
+
+
+ @endif
+
+
+
+
+@endif
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php
new file mode 100644
index 0000000..74c289e
--- /dev/null
+++ b/resources/views/welcome.blade.php
@@ -0,0 +1,6 @@
+
+ @include('layouts.nav')
+
+
+
+
\ No newline at end of file
diff --git a/routes/api.php b/routes/api.php
new file mode 100644
index 0000000..eb6fa48
--- /dev/null
+++ b/routes/api.php
@@ -0,0 +1,19 @@
+get('/user', function (Request $request) {
+ return $request->user();
+});
diff --git a/routes/auth.php b/routes/auth.php
new file mode 100644
index 0000000..54c9ae1
--- /dev/null
+++ b/routes/auth.php
@@ -0,0 +1,56 @@
+group(function () {
+ Route::get('register', [RegisteredUserController::class, 'create'])
+ ->name('register');
+
+ Route::post('register', [RegisteredUserController::class, 'store']);
+
+ Route::get('login', [AuthenticatedSessionController::class, 'create'])
+ ->name('login');
+
+ Route::post('login', [AuthenticatedSessionController::class, 'store']);
+
+ Route::get('forgot-password', [PasswordResetLinkController::class, 'create'])
+ ->name('password.request');
+
+ Route::post('forgot-password', [PasswordResetLinkController::class, 'store'])
+ ->name('password.email');
+
+ Route::get('reset-password/{token}', [NewPasswordController::class, 'create'])
+ ->name('password.reset');
+
+ Route::post('reset-password', [NewPasswordController::class, 'store'])
+ ->name('password.update');
+});
+
+Route::middleware('auth')->group(function () {
+ Route::get('verify-email', [EmailVerificationPromptController::class, '__invoke'])
+ ->name('verification.notice');
+
+ Route::get('verify-email/{id}/{hash}', [VerifyEmailController::class, '__invoke'])
+ ->middleware(['signed', 'throttle:6,1'])
+ ->name('verification.verify');
+
+ Route::post('email/verification-notification', [EmailVerificationNotificationController::class, 'store'])
+ ->middleware('throttle:6,1')
+ ->name('verification.send');
+
+ Route::get('confirm-password', [ConfirmablePasswordController::class, 'show'])
+ ->name('password.confirm');
+
+ Route::post('confirm-password', [ConfirmablePasswordController::class, 'store']);
+
+ Route::post('logout', [AuthenticatedSessionController::class, 'destroy'])
+ ->name('logout');
+});
diff --git a/routes/channels.php b/routes/channels.php
new file mode 100644
index 0000000..5d451e1
--- /dev/null
+++ b/routes/channels.php
@@ -0,0 +1,18 @@
+id === (int) $id;
+});
diff --git a/routes/console.php b/routes/console.php
new file mode 100644
index 0000000..e05f4c9
--- /dev/null
+++ b/routes/console.php
@@ -0,0 +1,19 @@
+comment(Inspiring::quote());
+})->purpose('Display an inspiring quote');
diff --git a/routes/web.php b/routes/web.php
new file mode 100644
index 0000000..be89a78
--- /dev/null
+++ b/routes/web.php
@@ -0,0 +1,81 @@
+get();
+// //dd($consulta_promociones);
+// return view('welcome',['promociones' => $consulta_promociones]);
+//});
+Route::get('/',[MenuController::class,'showwelcome' ]);
+
+Route::any('/dashboard', function () {
+
+ return view('dashboard');
+})->middleware(['auth', 'verified'])->name('dashboard');
+
+
+Route::get('/comprar',[MenuController::class,'showcomprar' ])->name('comprar');
+
+
+Route::get('/orders',[MenuController::class,'order' ])->name('orders');
+Route::get('/wompi_pagos',[MenuController::class,'wompi_pagos' ])->name('wompi_pagos');
+Route::any('/wompi_hook',[MenuController::class,'wompi_hook' ])->name('wompi_hook');
+Route::get('/compras',[MenuController::class,'compras' ])->name('compras');
+Route::get('/pay/{estado}',[MenuController::class,'pay' ])->name('pay');
+Route::post('/webhooks',[MenuController::class,'showwebhooks' ]);
+Route::get('/credenciales',[MenuController::class,'showcredenciales' ])->name('credenciales');
+Route::get('/oferta',[MenuController::class,'showoferta' ])->name('oferta');
+Route::get('/single',[MenuController::class,'showsingle' ])->name('single');
+Route::get('/promo',[MenuController::class,'showpromo' ])->name('promo');
+Route::get('/categorias',[MenuController::class,'showcategorias' ])->name('categorias');
+Route::get('/nequi',[MenuController::class,'nequi' ])->name('nequi');
+Route::get('sendSMS', [App\Http\Controllers\TwilioSMSController::class, 'index']);
+Route::any('/mp',[MenuController::class,'showmp' ])->name('mp');
+Route::any('/pruebas',[MenuController::class,'pruebas' ])->name('pruebas');
+
+
+//Logueados
+Route::middleware(["auth"])->group(function () {
+ Route::any('/clientes',[MenuController::class,'showclientes' ])->name('clientes');
+ Route::get('/servicios',[MenuController::class,'showservicios' ])->name('servicios');
+ Route::get('/top',[MenuController::class,'showtop' ])->name('top');
+ Route::any('/reportes',[MenuController::class,'showreportes' ])->name('reportes');
+ Route::get('/perfil',[MenuController::class,'showperfil' ])->name('perfil');
+ Route::get('/recarga',[MenuController::class,'showrecarga' ])->name('recarga');
+ Route::post('/recargas',[MenuController::class,'recargas' ])->name('recargas');
+ Route::get('/promociones',[MenuController::class,'showpromociones' ])->name('promociones');
+ Route::get('/wompi/{monto}',[MenuController::class,'showwompi' ])->name('wompi');
+});
+
+
+//Administradores
+Route::middleware(["auth", "solo_usuario_administrador"])->group(function () {
+ Route::get('/admin',[MenuController::class,'showadmin' ])->middleware(['auth'])->name('admin');
+ Route::any('/usuarios',[MenuController::class,'showusuarios' ])->name('usuarios');
+ Route::any('/planes',[MenuController::class,'showplanes' ])->name('planes');
+ Route::get('/servicio',[MenuController::class,'showservicio' ])->name('servicio');
+ Route::get('/configuracion',[MenuController::class,'showconfiguracion' ])->name('configuracion');
+ Route::get('/categoria',[MenuController::class,'showcategoria' ])->name('categoria');
+ Route::any('/logs',[MenuController::class,'showlogs' ])->name('logs');
+ Route::get('/import',[MenuController::class,'showimport' ])->name('import');
+ Route::any('/logs-recargas',[MenuController::class,'showLogRecargas' ])->name('logsRecargas');
+ Route::any('/roles',[MenuController::class,'showroles' ])->name('roles');
+ Route::get('/utilidades',[MenuController::class,'showutilidad' ])->name('utilidades');
+});
+
+
+require __DIR__.'/auth.php';
diff --git a/storage/app/.gitignore b/storage/app/.gitignore
new file mode 100644
index 0000000..df5e7ec
--- /dev/null
+++ b/storage/app/.gitignore
@@ -0,0 +1,3 @@
+#*
+#!public/
+#!.gitignore
diff --git a/storage/app/livewire-tmp/D56GDnMlUkOhR0jC0cqVcem5NLoVI9-metaQ1VFTlRBUy54bHN4-.xlsx b/storage/app/livewire-tmp/D56GDnMlUkOhR0jC0cqVcem5NLoVI9-metaQ1VFTlRBUy54bHN4-.xlsx
new file mode 100644
index 0000000..9186513
Binary files /dev/null and b/storage/app/livewire-tmp/D56GDnMlUkOhR0jC0cqVcem5NLoVI9-metaQ1VFTlRBUy54bHN4-.xlsx differ
diff --git a/storage/app/livewire-tmp/Ry9Rmb4VmjGuvsT2FnGcQHVbsqyaLS-metaQ1VFTlRBUy54bHN4-.xlsx b/storage/app/livewire-tmp/Ry9Rmb4VmjGuvsT2FnGcQHVbsqyaLS-metaQ1VFTlRBUy54bHN4-.xlsx
new file mode 100644
index 0000000..9186513
Binary files /dev/null and b/storage/app/livewire-tmp/Ry9Rmb4VmjGuvsT2FnGcQHVbsqyaLS-metaQ1VFTlRBUy54bHN4-.xlsx differ
diff --git a/storage/app/photos/01rYLP8qNfcplUvK9PY7RgvSRLL0TmgLfY72ESF0.png b/storage/app/photos/01rYLP8qNfcplUvK9PY7RgvSRLL0TmgLfY72ESF0.png
new file mode 100644
index 0000000..951ce9a
Binary files /dev/null and b/storage/app/photos/01rYLP8qNfcplUvK9PY7RgvSRLL0TmgLfY72ESF0.png differ
diff --git a/storage/app/photos/04jitB7jKr.webp b/storage/app/photos/04jitB7jKr.webp
new file mode 100644
index 0000000..22bff1a
Binary files /dev/null and b/storage/app/photos/04jitB7jKr.webp differ
diff --git a/storage/app/photos/06F75q9blZspzQTLEG2FZo5KfPNFzebpBDx3AQU8.png b/storage/app/photos/06F75q9blZspzQTLEG2FZo5KfPNFzebpBDx3AQU8.png
new file mode 100644
index 0000000..9098689
Binary files /dev/null and b/storage/app/photos/06F75q9blZspzQTLEG2FZo5KfPNFzebpBDx3AQU8.png differ
diff --git a/storage/app/photos/0Yb0Qm0Q4M.webp b/storage/app/photos/0Yb0Qm0Q4M.webp
new file mode 100644
index 0000000..dfd8dd4
Binary files /dev/null and b/storage/app/photos/0Yb0Qm0Q4M.webp differ
diff --git a/storage/app/photos/0cEUMbzThf.webp b/storage/app/photos/0cEUMbzThf.webp
new file mode 100644
index 0000000..fe834ba
Binary files /dev/null and b/storage/app/photos/0cEUMbzThf.webp differ
diff --git a/storage/app/photos/0nvvBVF2mzajN69HdcTfuWV8RwXgPEpDl1MvJKQV.png b/storage/app/photos/0nvvBVF2mzajN69HdcTfuWV8RwXgPEpDl1MvJKQV.png
new file mode 100644
index 0000000..fdd17cf
Binary files /dev/null and b/storage/app/photos/0nvvBVF2mzajN69HdcTfuWV8RwXgPEpDl1MvJKQV.png differ
diff --git a/storage/app/photos/1WA5f8Vmj2.webp b/storage/app/photos/1WA5f8Vmj2.webp
new file mode 100644
index 0000000..845ecd6
Binary files /dev/null and b/storage/app/photos/1WA5f8Vmj2.webp differ
diff --git a/storage/app/photos/1cP1uOglIOohIZZyZMrQ4VHog9kCGvlrfpBQ8AFo.png b/storage/app/photos/1cP1uOglIOohIZZyZMrQ4VHog9kCGvlrfpBQ8AFo.png
new file mode 100644
index 0000000..1591173
Binary files /dev/null and b/storage/app/photos/1cP1uOglIOohIZZyZMrQ4VHog9kCGvlrfpBQ8AFo.png differ
diff --git a/storage/app/photos/1fMUNWUovfGm99dcbBNjLLam1Do4XuT92JMQzjuk.png b/storage/app/photos/1fMUNWUovfGm99dcbBNjLLam1Do4XuT92JMQzjuk.png
new file mode 100644
index 0000000..d015a1d
Binary files /dev/null and b/storage/app/photos/1fMUNWUovfGm99dcbBNjLLam1Do4XuT92JMQzjuk.png differ
diff --git a/storage/app/photos/1u83WpvjGu.webp b/storage/app/photos/1u83WpvjGu.webp
new file mode 100644
index 0000000..ff267f7
Binary files /dev/null and b/storage/app/photos/1u83WpvjGu.webp differ
diff --git a/storage/app/photos/275ETea7ENqtW8ddkRq4P5y40V6YidSPQzy29Drk.png b/storage/app/photos/275ETea7ENqtW8ddkRq4P5y40V6YidSPQzy29Drk.png
new file mode 100644
index 0000000..951ce9a
Binary files /dev/null and b/storage/app/photos/275ETea7ENqtW8ddkRq4P5y40V6YidSPQzy29Drk.png differ
diff --git a/storage/app/photos/2FFpKEOTojR68mHTaGWJQUZYpoL8CCJD7K6KtS9U.png b/storage/app/photos/2FFpKEOTojR68mHTaGWJQUZYpoL8CCJD7K6KtS9U.png
new file mode 100644
index 0000000..aa7af3d
Binary files /dev/null and b/storage/app/photos/2FFpKEOTojR68mHTaGWJQUZYpoL8CCJD7K6KtS9U.png differ
diff --git a/storage/app/photos/2POG4XYado.webp b/storage/app/photos/2POG4XYado.webp
new file mode 100644
index 0000000..9dccc80
Binary files /dev/null and b/storage/app/photos/2POG4XYado.webp differ
diff --git a/storage/app/photos/2XBfmyMjJnquvHZSK2bCbRtt3gf22Lmop0pWEHan.png b/storage/app/photos/2XBfmyMjJnquvHZSK2bCbRtt3gf22Lmop0pWEHan.png
new file mode 100644
index 0000000..76a1f15
Binary files /dev/null and b/storage/app/photos/2XBfmyMjJnquvHZSK2bCbRtt3gf22Lmop0pWEHan.png differ
diff --git a/storage/app/photos/2kzXfCoULDMGhX0rgIZsQYGKKzQLfl2LPgTlk4hk.png b/storage/app/photos/2kzXfCoULDMGhX0rgIZsQYGKKzQLfl2LPgTlk4hk.png
new file mode 100644
index 0000000..5b3304c
Binary files /dev/null and b/storage/app/photos/2kzXfCoULDMGhX0rgIZsQYGKKzQLfl2LPgTlk4hk.png differ
diff --git a/storage/app/photos/2q9pvuIveb.webp b/storage/app/photos/2q9pvuIveb.webp
new file mode 100644
index 0000000..46e709a
Binary files /dev/null and b/storage/app/photos/2q9pvuIveb.webp differ
diff --git a/storage/app/photos/2xi0VbTcoS.webp b/storage/app/photos/2xi0VbTcoS.webp
new file mode 100644
index 0000000..19ab3ac
Binary files /dev/null and b/storage/app/photos/2xi0VbTcoS.webp differ
diff --git a/storage/app/photos/309XVmhMKr7EGumlPJQC2Qdh0pcez8f3asNHfESh.png b/storage/app/photos/309XVmhMKr7EGumlPJQC2Qdh0pcez8f3asNHfESh.png
new file mode 100644
index 0000000..9efee34
Binary files /dev/null and b/storage/app/photos/309XVmhMKr7EGumlPJQC2Qdh0pcez8f3asNHfESh.png differ
diff --git a/storage/app/photos/397iMqEFEJPYUrSw96bxy5dntZM4voED4qoueOnQ.jpg b/storage/app/photos/397iMqEFEJPYUrSw96bxy5dntZM4voED4qoueOnQ.jpg
new file mode 100644
index 0000000..ff5a480
Binary files /dev/null and b/storage/app/photos/397iMqEFEJPYUrSw96bxy5dntZM4voED4qoueOnQ.jpg differ
diff --git a/storage/app/photos/3CbHF3Hj9FJscFfr7LJ4eYlV6xgBohNyi5BwdUYn.png b/storage/app/photos/3CbHF3Hj9FJscFfr7LJ4eYlV6xgBohNyi5BwdUYn.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/3CbHF3Hj9FJscFfr7LJ4eYlV6xgBohNyi5BwdUYn.png differ
diff --git a/storage/app/photos/3XCRodct9x.webp b/storage/app/photos/3XCRodct9x.webp
new file mode 100644
index 0000000..95dbbfd
Binary files /dev/null and b/storage/app/photos/3XCRodct9x.webp differ
diff --git a/storage/app/photos/3ZzBAqRLsDS5Z0dtAXxGHMmbsOyyvgndHLSfny9v.png b/storage/app/photos/3ZzBAqRLsDS5Z0dtAXxGHMmbsOyyvgndHLSfny9v.png
new file mode 100644
index 0000000..75cdba2
Binary files /dev/null and b/storage/app/photos/3ZzBAqRLsDS5Z0dtAXxGHMmbsOyyvgndHLSfny9v.png differ
diff --git a/storage/app/photos/3joOCEIy0QUiz6P1HQT4h3ACzWHJJUnGV66Sudl7.jpg b/storage/app/photos/3joOCEIy0QUiz6P1HQT4h3ACzWHJJUnGV66Sudl7.jpg
new file mode 100644
index 0000000..c0fece4
Binary files /dev/null and b/storage/app/photos/3joOCEIy0QUiz6P1HQT4h3ACzWHJJUnGV66Sudl7.jpg differ
diff --git a/storage/app/photos/3kHI79IlK51Pox1hx712i8xbIGxunjAJ1vU6yoDq.png b/storage/app/photos/3kHI79IlK51Pox1hx712i8xbIGxunjAJ1vU6yoDq.png
new file mode 100644
index 0000000..68b88b8
Binary files /dev/null and b/storage/app/photos/3kHI79IlK51Pox1hx712i8xbIGxunjAJ1vU6yoDq.png differ
diff --git a/storage/app/photos/40qxkTqlFUk7TX4pXmjp91Np8OdmCPzBXTlvMe5l.png b/storage/app/photos/40qxkTqlFUk7TX4pXmjp91Np8OdmCPzBXTlvMe5l.png
new file mode 100644
index 0000000..3eabc48
Binary files /dev/null and b/storage/app/photos/40qxkTqlFUk7TX4pXmjp91Np8OdmCPzBXTlvMe5l.png differ
diff --git a/storage/app/photos/4MPt0ipvDT2bHbYCPUKxsz1mF0WYw4rGBBLKBaO5.png b/storage/app/photos/4MPt0ipvDT2bHbYCPUKxsz1mF0WYw4rGBBLKBaO5.png
new file mode 100644
index 0000000..7153294
Binary files /dev/null and b/storage/app/photos/4MPt0ipvDT2bHbYCPUKxsz1mF0WYw4rGBBLKBaO5.png differ
diff --git a/storage/app/photos/4epajGoRP8LgcsVEDg21wFeINuL9zh3eZFm43KrX.png b/storage/app/photos/4epajGoRP8LgcsVEDg21wFeINuL9zh3eZFm43KrX.png
new file mode 100644
index 0000000..7788e46
Binary files /dev/null and b/storage/app/photos/4epajGoRP8LgcsVEDg21wFeINuL9zh3eZFm43KrX.png differ
diff --git a/storage/app/photos/4zQCheUHtbn8IqWZje66EF73UG343yj9XMhnQJIy.png b/storage/app/photos/4zQCheUHtbn8IqWZje66EF73UG343yj9XMhnQJIy.png
new file mode 100644
index 0000000..7656b52
Binary files /dev/null and b/storage/app/photos/4zQCheUHtbn8IqWZje66EF73UG343yj9XMhnQJIy.png differ
diff --git a/storage/app/photos/5CqwK0yEpD6TXbR8ntv7x7BMXPGgLK8GC5jdeDuB.jpg b/storage/app/photos/5CqwK0yEpD6TXbR8ntv7x7BMXPGgLK8GC5jdeDuB.jpg
new file mode 100644
index 0000000..73166fb
Binary files /dev/null and b/storage/app/photos/5CqwK0yEpD6TXbR8ntv7x7BMXPGgLK8GC5jdeDuB.jpg differ
diff --git a/storage/app/photos/5UVnTIWGTgC1CphvYJU1pPWdYxv9rH7xnmNIj92P.jpg b/storage/app/photos/5UVnTIWGTgC1CphvYJU1pPWdYxv9rH7xnmNIj92P.jpg
new file mode 100644
index 0000000..21e2a9c
Binary files /dev/null and b/storage/app/photos/5UVnTIWGTgC1CphvYJU1pPWdYxv9rH7xnmNIj92P.jpg differ
diff --git a/storage/app/photos/5iSJtxOwgajQOHRRRkymYB3chWOtPwSJ6WBX7c5Z.png b/storage/app/photos/5iSJtxOwgajQOHRRRkymYB3chWOtPwSJ6WBX7c5Z.png
new file mode 100644
index 0000000..0a7952e
Binary files /dev/null and b/storage/app/photos/5iSJtxOwgajQOHRRRkymYB3chWOtPwSJ6WBX7c5Z.png differ
diff --git a/storage/app/photos/5m3ubHKGOs.webp b/storage/app/photos/5m3ubHKGOs.webp
new file mode 100644
index 0000000..7026e78
Binary files /dev/null and b/storage/app/photos/5m3ubHKGOs.webp differ
diff --git a/storage/app/photos/5oi4rCTnSAzc1F8rRhDFbMgT9ADGA1riz61atWdO.png b/storage/app/photos/5oi4rCTnSAzc1F8rRhDFbMgT9ADGA1riz61atWdO.png
new file mode 100644
index 0000000..6f7b437
Binary files /dev/null and b/storage/app/photos/5oi4rCTnSAzc1F8rRhDFbMgT9ADGA1riz61atWdO.png differ
diff --git a/storage/app/photos/65hjmxKDO9.webp b/storage/app/photos/65hjmxKDO9.webp
new file mode 100644
index 0000000..13dc189
Binary files /dev/null and b/storage/app/photos/65hjmxKDO9.webp differ
diff --git a/storage/app/photos/6MAsUmCmwi.webp b/storage/app/photos/6MAsUmCmwi.webp
new file mode 100644
index 0000000..e60b3de
Binary files /dev/null and b/storage/app/photos/6MAsUmCmwi.webp differ
diff --git a/storage/app/photos/6WNbJJ5hg20U.webp b/storage/app/photos/6WNbJJ5hg20U.webp
new file mode 100644
index 0000000..22d76ea
Binary files /dev/null and b/storage/app/photos/6WNbJJ5hg20U.webp differ
diff --git a/storage/app/photos/6ih7ZJ0ws49FnYEGzf56uuHMfn6TimzTBYHcCJmP.png b/storage/app/photos/6ih7ZJ0ws49FnYEGzf56uuHMfn6TimzTBYHcCJmP.png
new file mode 100644
index 0000000..4ea6aa7
Binary files /dev/null and b/storage/app/photos/6ih7ZJ0ws49FnYEGzf56uuHMfn6TimzTBYHcCJmP.png differ
diff --git a/storage/app/photos/6sruviyWsS.webp b/storage/app/photos/6sruviyWsS.webp
new file mode 100644
index 0000000..653af1b
Binary files /dev/null and b/storage/app/photos/6sruviyWsS.webp differ
diff --git a/storage/app/photos/74LXtsyar7arJtfSFmoK5oBxxeLxLGxxDEUr9yqI.jpg b/storage/app/photos/74LXtsyar7arJtfSFmoK5oBxxeLxLGxxDEUr9yqI.jpg
new file mode 100644
index 0000000..931b95d
Binary files /dev/null and b/storage/app/photos/74LXtsyar7arJtfSFmoK5oBxxeLxLGxxDEUr9yqI.jpg differ
diff --git a/storage/app/photos/782slpaI3h3YvkT3LgDc9xU1LrCfXgXBhnFTzjcQ.png b/storage/app/photos/782slpaI3h3YvkT3LgDc9xU1LrCfXgXBhnFTzjcQ.png
new file mode 100644
index 0000000..9a0f53a
Binary files /dev/null and b/storage/app/photos/782slpaI3h3YvkT3LgDc9xU1LrCfXgXBhnFTzjcQ.png differ
diff --git a/storage/app/photos/7Adcpfi9FNhV8D1y2NnlvtluQLFY0LyYCVrcQcZK.png b/storage/app/photos/7Adcpfi9FNhV8D1y2NnlvtluQLFY0LyYCVrcQcZK.png
new file mode 100644
index 0000000..64de5b5
Binary files /dev/null and b/storage/app/photos/7Adcpfi9FNhV8D1y2NnlvtluQLFY0LyYCVrcQcZK.png differ
diff --git a/storage/app/photos/7GH08Z1o2CgceAn6AJFsRf8IlhZDpOpxO31qw1Tq.png b/storage/app/photos/7GH08Z1o2CgceAn6AJFsRf8IlhZDpOpxO31qw1Tq.png
new file mode 100644
index 0000000..80f78a8
Binary files /dev/null and b/storage/app/photos/7GH08Z1o2CgceAn6AJFsRf8IlhZDpOpxO31qw1Tq.png differ
diff --git a/storage/app/photos/7HEZoG3vaC.webp b/storage/app/photos/7HEZoG3vaC.webp
new file mode 100644
index 0000000..70dba82
Binary files /dev/null and b/storage/app/photos/7HEZoG3vaC.webp differ
diff --git a/storage/app/photos/7R0mNiAzPZK8C1p09QrQZVezR2sGcBQSZQWYzGRc.png b/storage/app/photos/7R0mNiAzPZK8C1p09QrQZVezR2sGcBQSZQWYzGRc.png
new file mode 100644
index 0000000..36c1b9a
Binary files /dev/null and b/storage/app/photos/7R0mNiAzPZK8C1p09QrQZVezR2sGcBQSZQWYzGRc.png differ
diff --git a/storage/app/photos/7h1DcVebJ8.webp b/storage/app/photos/7h1DcVebJ8.webp
new file mode 100644
index 0000000..62dab05
Binary files /dev/null and b/storage/app/photos/7h1DcVebJ8.webp differ
diff --git a/storage/app/photos/7rj1dJnRG8.webp b/storage/app/photos/7rj1dJnRG8.webp
new file mode 100644
index 0000000..f191e02
Binary files /dev/null and b/storage/app/photos/7rj1dJnRG8.webp differ
diff --git a/storage/app/photos/8FNieOYTzq.webp b/storage/app/photos/8FNieOYTzq.webp
new file mode 100644
index 0000000..b83c558
Binary files /dev/null and b/storage/app/photos/8FNieOYTzq.webp differ
diff --git a/storage/app/photos/8WnaVExsCw.webp b/storage/app/photos/8WnaVExsCw.webp
new file mode 100644
index 0000000..10dfe2d
Binary files /dev/null and b/storage/app/photos/8WnaVExsCw.webp differ
diff --git a/storage/app/photos/8bFOKesVpIk0uI9K1yH9Sa7O1Pt1YqkGIZp19ehc.png b/storage/app/photos/8bFOKesVpIk0uI9K1yH9Sa7O1Pt1YqkGIZp19ehc.png
new file mode 100644
index 0000000..1a29a83
Binary files /dev/null and b/storage/app/photos/8bFOKesVpIk0uI9K1yH9Sa7O1Pt1YqkGIZp19ehc.png differ
diff --git a/storage/app/photos/8gsV4iNNCP.webp b/storage/app/photos/8gsV4iNNCP.webp
new file mode 100644
index 0000000..223cf65
Binary files /dev/null and b/storage/app/photos/8gsV4iNNCP.webp differ
diff --git a/storage/app/photos/8mm5zBDH4ahqHYleoxVQiOYiIvV13Pmi56plsRTZ.png b/storage/app/photos/8mm5zBDH4ahqHYleoxVQiOYiIvV13Pmi56plsRTZ.png
new file mode 100644
index 0000000..e29d840
Binary files /dev/null and b/storage/app/photos/8mm5zBDH4ahqHYleoxVQiOYiIvV13Pmi56plsRTZ.png differ
diff --git a/storage/app/photos/9FJY4EfJbB2HVbtBdnNHkOTiK8EDJxI9eiUScu4z.png b/storage/app/photos/9FJY4EfJbB2HVbtBdnNHkOTiK8EDJxI9eiUScu4z.png
new file mode 100644
index 0000000..eaf4462
Binary files /dev/null and b/storage/app/photos/9FJY4EfJbB2HVbtBdnNHkOTiK8EDJxI9eiUScu4z.png differ
diff --git a/storage/app/photos/9MrazeFmJDkr6T6ptfNWBBx4Uzenx0TjgOyREGcL.png b/storage/app/photos/9MrazeFmJDkr6T6ptfNWBBx4Uzenx0TjgOyREGcL.png
new file mode 100644
index 0000000..7a25044
Binary files /dev/null and b/storage/app/photos/9MrazeFmJDkr6T6ptfNWBBx4Uzenx0TjgOyREGcL.png differ
diff --git a/storage/app/photos/9TEsI2xhYclysz259VsyrUDej5KCvthKujHrH5IR.png b/storage/app/photos/9TEsI2xhYclysz259VsyrUDej5KCvthKujHrH5IR.png
new file mode 100644
index 0000000..425d7ac
Binary files /dev/null and b/storage/app/photos/9TEsI2xhYclysz259VsyrUDej5KCvthKujHrH5IR.png differ
diff --git a/storage/app/photos/A667UdBq1p.webp b/storage/app/photos/A667UdBq1p.webp
new file mode 100644
index 0000000..0c96644
Binary files /dev/null and b/storage/app/photos/A667UdBq1p.webp differ
diff --git a/storage/app/photos/A6ymWBWRTS.webp b/storage/app/photos/A6ymWBWRTS.webp
new file mode 100644
index 0000000..bc4c9a7
Binary files /dev/null and b/storage/app/photos/A6ymWBWRTS.webp differ
diff --git a/storage/app/photos/A7ydAxsRSuWNyifslO5Rb0oaLjfcNpi27Z8O5YfO.jpg b/storage/app/photos/A7ydAxsRSuWNyifslO5Rb0oaLjfcNpi27Z8O5YfO.jpg
new file mode 100644
index 0000000..214e4a4
Binary files /dev/null and b/storage/app/photos/A7ydAxsRSuWNyifslO5Rb0oaLjfcNpi27Z8O5YfO.jpg differ
diff --git a/storage/app/photos/AMMDIxBDJv7Hu78j0GETBlck9ebKrxahb8EjE3zg.png b/storage/app/photos/AMMDIxBDJv7Hu78j0GETBlck9ebKrxahb8EjE3zg.png
new file mode 100644
index 0000000..f2870c0
Binary files /dev/null and b/storage/app/photos/AMMDIxBDJv7Hu78j0GETBlck9ebKrxahb8EjE3zg.png differ
diff --git a/storage/app/photos/AYUrkVTWt9f9osHypjUX7ROWcmj2wsJleYFoFTXu.png b/storage/app/photos/AYUrkVTWt9f9osHypjUX7ROWcmj2wsJleYFoFTXu.png
new file mode 100644
index 0000000..7be32d3
Binary files /dev/null and b/storage/app/photos/AYUrkVTWt9f9osHypjUX7ROWcmj2wsJleYFoFTXu.png differ
diff --git a/storage/app/photos/Ar3Gf1dRRMPO2Rrs6ny1a6OEhpjKi3JjuVJFkJ52.png b/storage/app/photos/Ar3Gf1dRRMPO2Rrs6ny1a6OEhpjKi3JjuVJFkJ52.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/Ar3Gf1dRRMPO2Rrs6ny1a6OEhpjKi3JjuVJFkJ52.png differ
diff --git a/storage/app/photos/Au6vNLE70N.webp b/storage/app/photos/Au6vNLE70N.webp
new file mode 100644
index 0000000..274276c
Binary files /dev/null and b/storage/app/photos/Au6vNLE70N.webp differ
diff --git a/storage/app/photos/B3QDhlBcMZvg9qfsort2dmFWPwJpXVenFA7IE1fh.png b/storage/app/photos/B3QDhlBcMZvg9qfsort2dmFWPwJpXVenFA7IE1fh.png
new file mode 100644
index 0000000..a26ec4c
Binary files /dev/null and b/storage/app/photos/B3QDhlBcMZvg9qfsort2dmFWPwJpXVenFA7IE1fh.png differ
diff --git a/storage/app/photos/B9VjoVlVHDaRWPoVHhoR6WiaLrdhRjJu4e9ZE6mP.png b/storage/app/photos/B9VjoVlVHDaRWPoVHhoR6WiaLrdhRjJu4e9ZE6mP.png
new file mode 100644
index 0000000..a22ede9
Binary files /dev/null and b/storage/app/photos/B9VjoVlVHDaRWPoVHhoR6WiaLrdhRjJu4e9ZE6mP.png differ
diff --git a/storage/app/photos/BDqszob5zLKLe5tXXaCofn0eX5Cbobw9bicaGcQ9.png b/storage/app/photos/BDqszob5zLKLe5tXXaCofn0eX5Cbobw9bicaGcQ9.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/BDqszob5zLKLe5tXXaCofn0eX5Cbobw9bicaGcQ9.png differ
diff --git a/storage/app/photos/BEtePOFFbVe6T0pgl8hZH9X0mYKmq7rdCBSMgAD7.png b/storage/app/photos/BEtePOFFbVe6T0pgl8hZH9X0mYKmq7rdCBSMgAD7.png
new file mode 100644
index 0000000..c61f150
Binary files /dev/null and b/storage/app/photos/BEtePOFFbVe6T0pgl8hZH9X0mYKmq7rdCBSMgAD7.png differ
diff --git a/storage/app/photos/BMDN92gDAUwuD4BB5NXiuxYuWiq4pPnxZW52d93O.jpg b/storage/app/photos/BMDN92gDAUwuD4BB5NXiuxYuWiq4pPnxZW52d93O.jpg
new file mode 100644
index 0000000..842ddc5
Binary files /dev/null and b/storage/app/photos/BMDN92gDAUwuD4BB5NXiuxYuWiq4pPnxZW52d93O.jpg differ
diff --git a/storage/app/photos/BQ05M4afS9ZPI7dglzIVBPKNZXizVU01HQDrcp2E.jpg b/storage/app/photos/BQ05M4afS9ZPI7dglzIVBPKNZXizVU01HQDrcp2E.jpg
new file mode 100644
index 0000000..a226083
Binary files /dev/null and b/storage/app/photos/BQ05M4afS9ZPI7dglzIVBPKNZXizVU01HQDrcp2E.jpg differ
diff --git a/storage/app/photos/BZfYwvQv1p.webp b/storage/app/photos/BZfYwvQv1p.webp
new file mode 100644
index 0000000..1623611
Binary files /dev/null and b/storage/app/photos/BZfYwvQv1p.webp differ
diff --git a/storage/app/photos/BeKVfG6MfbJ6Pp39RstwdqApswNAiaj9MCDC6ScJ.webp b/storage/app/photos/BeKVfG6MfbJ6Pp39RstwdqApswNAiaj9MCDC6ScJ.webp
new file mode 100644
index 0000000..82582c8
Binary files /dev/null and b/storage/app/photos/BeKVfG6MfbJ6Pp39RstwdqApswNAiaj9MCDC6ScJ.webp differ
diff --git a/storage/app/photos/BeWTs30clYFUmEvHCd8igQIv4YPK2lA5KGUZr3wr.jpg b/storage/app/photos/BeWTs30clYFUmEvHCd8igQIv4YPK2lA5KGUZr3wr.jpg
new file mode 100644
index 0000000..82da1b9
Binary files /dev/null and b/storage/app/photos/BeWTs30clYFUmEvHCd8igQIv4YPK2lA5KGUZr3wr.jpg differ
diff --git a/storage/app/photos/C4L6xWAYdCCo3XGfbvvM87q0wd1uaTLjYIYa0LJF.png b/storage/app/photos/C4L6xWAYdCCo3XGfbvvM87q0wd1uaTLjYIYa0LJF.png
new file mode 100644
index 0000000..6ac0638
Binary files /dev/null and b/storage/app/photos/C4L6xWAYdCCo3XGfbvvM87q0wd1uaTLjYIYa0LJF.png differ
diff --git a/storage/app/photos/C6w8VOdYDCBSqKtH8Azp9Pl23QVQdzi042nV6a3K.png b/storage/app/photos/C6w8VOdYDCBSqKtH8Azp9Pl23QVQdzi042nV6a3K.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/C6w8VOdYDCBSqKtH8Azp9Pl23QVQdzi042nV6a3K.png differ
diff --git a/storage/app/photos/CK2X29MnyW6kxL3ROfaF0UGTzdn68qv23WADnKaw.png b/storage/app/photos/CK2X29MnyW6kxL3ROfaF0UGTzdn68qv23WADnKaw.png
new file mode 100644
index 0000000..22bc248
Binary files /dev/null and b/storage/app/photos/CK2X29MnyW6kxL3ROfaF0UGTzdn68qv23WADnKaw.png differ
diff --git a/storage/app/photos/CSSl1A4flP.webp b/storage/app/photos/CSSl1A4flP.webp
new file mode 100644
index 0000000..46e709a
Binary files /dev/null and b/storage/app/photos/CSSl1A4flP.webp differ
diff --git a/storage/app/photos/ClP1AFujkEeGvCLfHk3kcAMmiDhiM2e2QvWe9ozM.png b/storage/app/photos/ClP1AFujkEeGvCLfHk3kcAMmiDhiM2e2QvWe9ozM.png
new file mode 100644
index 0000000..98e5965
Binary files /dev/null and b/storage/app/photos/ClP1AFujkEeGvCLfHk3kcAMmiDhiM2e2QvWe9ozM.png differ
diff --git a/storage/app/photos/D1Q1Vfv1Z8yKtr5mK1ghStrlGnttuUWS5xhe6nN0.png b/storage/app/photos/D1Q1Vfv1Z8yKtr5mK1ghStrlGnttuUWS5xhe6nN0.png
new file mode 100644
index 0000000..38c4ccd
Binary files /dev/null and b/storage/app/photos/D1Q1Vfv1Z8yKtr5mK1ghStrlGnttuUWS5xhe6nN0.png differ
diff --git a/storage/app/photos/D1vwlygng3k6i7Kad3gZYBubGYeLPxhzd1J0sORv.jpg b/storage/app/photos/D1vwlygng3k6i7Kad3gZYBubGYeLPxhzd1J0sORv.jpg
new file mode 100644
index 0000000..61b6830
Binary files /dev/null and b/storage/app/photos/D1vwlygng3k6i7Kad3gZYBubGYeLPxhzd1J0sORv.jpg differ
diff --git a/storage/app/photos/D8Cs9ycfJ5.webp b/storage/app/photos/D8Cs9ycfJ5.webp
new file mode 100644
index 0000000..3cd052a
Binary files /dev/null and b/storage/app/photos/D8Cs9ycfJ5.webp differ
diff --git a/storage/app/photos/D9JBneV75ru7oq7llFopDWtswByLasK6TOFcMJJQ.png b/storage/app/photos/D9JBneV75ru7oq7llFopDWtswByLasK6TOFcMJJQ.png
new file mode 100644
index 0000000..b7de9e8
Binary files /dev/null and b/storage/app/photos/D9JBneV75ru7oq7llFopDWtswByLasK6TOFcMJJQ.png differ
diff --git a/storage/app/photos/DBGOALULR3.webp b/storage/app/photos/DBGOALULR3.webp
new file mode 100644
index 0000000..68724b0
Binary files /dev/null and b/storage/app/photos/DBGOALULR3.webp differ
diff --git a/storage/app/photos/DVoDsMvDOkLHIIZyAyVdZx7q0ePiFmBrgshYCVP4.png b/storage/app/photos/DVoDsMvDOkLHIIZyAyVdZx7q0ePiFmBrgshYCVP4.png
new file mode 100644
index 0000000..5b29399
Binary files /dev/null and b/storage/app/photos/DVoDsMvDOkLHIIZyAyVdZx7q0ePiFmBrgshYCVP4.png differ
diff --git a/storage/app/photos/DWvobhigXCBx0dXnyJysvXUiFAnriE5Y1q5bzP0K.png b/storage/app/photos/DWvobhigXCBx0dXnyJysvXUiFAnriE5Y1q5bzP0K.png
new file mode 100644
index 0000000..045c0fb
Binary files /dev/null and b/storage/app/photos/DWvobhigXCBx0dXnyJysvXUiFAnriE5Y1q5bzP0K.png differ
diff --git a/storage/app/photos/DmtO1V0p7b6qDx6ClI3Cah8MiZ2LPzx8bOUuSdr2.png b/storage/app/photos/DmtO1V0p7b6qDx6ClI3Cah8MiZ2LPzx8bOUuSdr2.png
new file mode 100644
index 0000000..5e62a5a
Binary files /dev/null and b/storage/app/photos/DmtO1V0p7b6qDx6ClI3Cah8MiZ2LPzx8bOUuSdr2.png differ
diff --git a/storage/app/photos/DwSLBewZqfm75S4lQIvb6FVdgGaeh16Lvv5UtIKx.png b/storage/app/photos/DwSLBewZqfm75S4lQIvb6FVdgGaeh16Lvv5UtIKx.png
new file mode 100644
index 0000000..0a87a70
Binary files /dev/null and b/storage/app/photos/DwSLBewZqfm75S4lQIvb6FVdgGaeh16Lvv5UtIKx.png differ
diff --git a/storage/app/photos/E6bcqkQ73wgTtzYE7OVZcnx1z50aaXqL2nVMBKNz.png b/storage/app/photos/E6bcqkQ73wgTtzYE7OVZcnx1z50aaXqL2nVMBKNz.png
new file mode 100644
index 0000000..473be0d
Binary files /dev/null and b/storage/app/photos/E6bcqkQ73wgTtzYE7OVZcnx1z50aaXqL2nVMBKNz.png differ
diff --git a/storage/app/photos/EFDZcwOe00F48dFZELReiB291mlV162SJLObg9r2.png b/storage/app/photos/EFDZcwOe00F48dFZELReiB291mlV162SJLObg9r2.png
new file mode 100644
index 0000000..aa7af3d
Binary files /dev/null and b/storage/app/photos/EFDZcwOe00F48dFZELReiB291mlV162SJLObg9r2.png differ
diff --git a/storage/app/photos/EPDZN52eZwd4Fo3gV3pCTlvWJJYPLz6iE7lk1rPC.png b/storage/app/photos/EPDZN52eZwd4Fo3gV3pCTlvWJJYPLz6iE7lk1rPC.png
new file mode 100644
index 0000000..f85194b
Binary files /dev/null and b/storage/app/photos/EPDZN52eZwd4Fo3gV3pCTlvWJJYPLz6iE7lk1rPC.png differ
diff --git a/storage/app/photos/EPL8Wkxb5D.webp b/storage/app/photos/EPL8Wkxb5D.webp
new file mode 100644
index 0000000..cccf546
Binary files /dev/null and b/storage/app/photos/EPL8Wkxb5D.webp differ
diff --git a/storage/app/photos/EPy0FejlnAPAIGRSBVIUDxgPIxotbVNalgPFGoYw.png b/storage/app/photos/EPy0FejlnAPAIGRSBVIUDxgPIxotbVNalgPFGoYw.png
new file mode 100644
index 0000000..d87a0ee
Binary files /dev/null and b/storage/app/photos/EPy0FejlnAPAIGRSBVIUDxgPIxotbVNalgPFGoYw.png differ
diff --git a/storage/app/photos/EnCEDndjfxFCTxwDdlltPFoiTCB23PFbrKhb6hmL.png b/storage/app/photos/EnCEDndjfxFCTxwDdlltPFoiTCB23PFbrKhb6hmL.png
new file mode 100644
index 0000000..68b88b8
Binary files /dev/null and b/storage/app/photos/EnCEDndjfxFCTxwDdlltPFoiTCB23PFbrKhb6hmL.png differ
diff --git a/storage/app/photos/Es5TrfNNoP5F4PUCnssl1Vq3lZRrvNzZkUyZIDZy.png b/storage/app/photos/Es5TrfNNoP5F4PUCnssl1Vq3lZRrvNzZkUyZIDZy.png
new file mode 100644
index 0000000..e451a50
Binary files /dev/null and b/storage/app/photos/Es5TrfNNoP5F4PUCnssl1Vq3lZRrvNzZkUyZIDZy.png differ
diff --git a/storage/app/photos/EsnkJ69rPb.webp b/storage/app/photos/EsnkJ69rPb.webp
new file mode 100644
index 0000000..f480976
Binary files /dev/null and b/storage/app/photos/EsnkJ69rPb.webp differ
diff --git a/storage/app/photos/FGaqrg3BuK.webp b/storage/app/photos/FGaqrg3BuK.webp
new file mode 100644
index 0000000..1dfbd1b
Binary files /dev/null and b/storage/app/photos/FGaqrg3BuK.webp differ
diff --git a/storage/app/photos/FHCTwlP7vaPqlj3KQh52rZ7FAm7i4kGeSjHQan2V.png b/storage/app/photos/FHCTwlP7vaPqlj3KQh52rZ7FAm7i4kGeSjHQan2V.png
new file mode 100644
index 0000000..6bbc39c
Binary files /dev/null and b/storage/app/photos/FHCTwlP7vaPqlj3KQh52rZ7FAm7i4kGeSjHQan2V.png differ
diff --git a/storage/app/photos/FOqqDFUDYq7FYE3Vw90Aj80iLnIxLrzQutoQsmQD.png b/storage/app/photos/FOqqDFUDYq7FYE3Vw90Aj80iLnIxLrzQutoQsmQD.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/FOqqDFUDYq7FYE3Vw90Aj80iLnIxLrzQutoQsmQD.png differ
diff --git a/storage/app/photos/FSsGyM7MAgKKxw6hAyEciW5d00wCeksXUzsmE7Df.jpg b/storage/app/photos/FSsGyM7MAgKKxw6hAyEciW5d00wCeksXUzsmE7Df.jpg
new file mode 100644
index 0000000..e4e9536
Binary files /dev/null and b/storage/app/photos/FSsGyM7MAgKKxw6hAyEciW5d00wCeksXUzsmE7Df.jpg differ
diff --git a/storage/app/photos/FW0jiztObR.webp b/storage/app/photos/FW0jiztObR.webp
new file mode 100644
index 0000000..069e27e
Binary files /dev/null and b/storage/app/photos/FW0jiztObR.webp differ
diff --git a/storage/app/photos/FXpok6FW5BlFZGGvkRUxzMFNWHYhkhQnxrWhPcYz.png b/storage/app/photos/FXpok6FW5BlFZGGvkRUxzMFNWHYhkhQnxrWhPcYz.png
new file mode 100644
index 0000000..bd0bb5e
Binary files /dev/null and b/storage/app/photos/FXpok6FW5BlFZGGvkRUxzMFNWHYhkhQnxrWhPcYz.png differ
diff --git a/storage/app/photos/FYHIqOJ5liZ3wrJX6e14OLTw3JvoWcCDUP7czieo.png b/storage/app/photos/FYHIqOJ5liZ3wrJX6e14OLTw3JvoWcCDUP7czieo.png
new file mode 100644
index 0000000..adf5b35
Binary files /dev/null and b/storage/app/photos/FYHIqOJ5liZ3wrJX6e14OLTw3JvoWcCDUP7czieo.png differ
diff --git a/storage/app/photos/FraD7j98hQ.webp b/storage/app/photos/FraD7j98hQ.webp
new file mode 100644
index 0000000..469745d
Binary files /dev/null and b/storage/app/photos/FraD7j98hQ.webp differ
diff --git a/storage/app/photos/Frcf6v0e5oJSik1zTgxoWfBRteKkjJlu3DNRBda9.png b/storage/app/photos/Frcf6v0e5oJSik1zTgxoWfBRteKkjJlu3DNRBda9.png
new file mode 100644
index 0000000..25beb92
Binary files /dev/null and b/storage/app/photos/Frcf6v0e5oJSik1zTgxoWfBRteKkjJlu3DNRBda9.png differ
diff --git a/storage/app/photos/FrdgJoEBxG.webp b/storage/app/photos/FrdgJoEBxG.webp
new file mode 100644
index 0000000..ee76e97
Binary files /dev/null and b/storage/app/photos/FrdgJoEBxG.webp differ
diff --git a/storage/app/photos/FxhmiGzSYg.webp b/storage/app/photos/FxhmiGzSYg.webp
new file mode 100644
index 0000000..d6a72bd
Binary files /dev/null and b/storage/app/photos/FxhmiGzSYg.webp differ
diff --git a/storage/app/photos/G6uSMB1n61zGdC3Vrioruxbu59lWqT0NfHPSqhFu.png b/storage/app/photos/G6uSMB1n61zGdC3Vrioruxbu59lWqT0NfHPSqhFu.png
new file mode 100644
index 0000000..6c28b45
Binary files /dev/null and b/storage/app/photos/G6uSMB1n61zGdC3Vrioruxbu59lWqT0NfHPSqhFu.png differ
diff --git a/storage/app/photos/Gb50IveyOLKFroAp9yhT4GTB50MXfKaeD5CYgFln.png b/storage/app/photos/Gb50IveyOLKFroAp9yhT4GTB50MXfKaeD5CYgFln.png
new file mode 100644
index 0000000..0c2773c
Binary files /dev/null and b/storage/app/photos/Gb50IveyOLKFroAp9yhT4GTB50MXfKaeD5CYgFln.png differ
diff --git a/storage/app/photos/GcZ3I9POekw95rm5kb0U3PL69naZ7vm1pUxlO3CF.png b/storage/app/photos/GcZ3I9POekw95rm5kb0U3PL69naZ7vm1pUxlO3CF.png
new file mode 100644
index 0000000..159992d
Binary files /dev/null and b/storage/app/photos/GcZ3I9POekw95rm5kb0U3PL69naZ7vm1pUxlO3CF.png differ
diff --git a/storage/app/photos/GgKWDSHLmd.webp b/storage/app/photos/GgKWDSHLmd.webp
new file mode 100644
index 0000000..3be4eed
Binary files /dev/null and b/storage/app/photos/GgKWDSHLmd.webp differ
diff --git a/storage/app/photos/H34MpIVNNI7qtIRxVjX9VKUe1qyN2OyQGCMUV5Vi.png b/storage/app/photos/H34MpIVNNI7qtIRxVjX9VKUe1qyN2OyQGCMUV5Vi.png
new file mode 100644
index 0000000..1ef3a01
Binary files /dev/null and b/storage/app/photos/H34MpIVNNI7qtIRxVjX9VKUe1qyN2OyQGCMUV5Vi.png differ
diff --git a/storage/app/photos/H3qgzgj0NB.webp b/storage/app/photos/H3qgzgj0NB.webp
new file mode 100644
index 0000000..45af6f5
Binary files /dev/null and b/storage/app/photos/H3qgzgj0NB.webp differ
diff --git a/storage/app/photos/HC3QZFhu4vxlu9PKtotVsantcYRHa4MsXj3nLHdy.png b/storage/app/photos/HC3QZFhu4vxlu9PKtotVsantcYRHa4MsXj3nLHdy.png
new file mode 100644
index 0000000..f391503
Binary files /dev/null and b/storage/app/photos/HC3QZFhu4vxlu9PKtotVsantcYRHa4MsXj3nLHdy.png differ
diff --git a/storage/app/photos/HNjc1M3lk4OALzuXFqJaoQDbqtZW0fLVQRtbu6G8.png b/storage/app/photos/HNjc1M3lk4OALzuXFqJaoQDbqtZW0fLVQRtbu6G8.png
new file mode 100644
index 0000000..df481f9
Binary files /dev/null and b/storage/app/photos/HNjc1M3lk4OALzuXFqJaoQDbqtZW0fLVQRtbu6G8.png differ
diff --git a/storage/app/photos/HeuiWeSM6X.webp b/storage/app/photos/HeuiWeSM6X.webp
new file mode 100644
index 0000000..9feed9e
Binary files /dev/null and b/storage/app/photos/HeuiWeSM6X.webp differ
diff --git a/storage/app/photos/HfGwlQn1xv.webp b/storage/app/photos/HfGwlQn1xv.webp
new file mode 100644
index 0000000..2e38995
Binary files /dev/null and b/storage/app/photos/HfGwlQn1xv.webp differ
diff --git a/storage/app/photos/Hg5OuW80Z9IpnYfPZIOvcx6V4h3iBJSZNeITGt3s.jpg b/storage/app/photos/Hg5OuW80Z9IpnYfPZIOvcx6V4h3iBJSZNeITGt3s.jpg
new file mode 100644
index 0000000..15e8b94
Binary files /dev/null and b/storage/app/photos/Hg5OuW80Z9IpnYfPZIOvcx6V4h3iBJSZNeITGt3s.jpg differ
diff --git a/storage/app/photos/HlUNhcTOjhniLh45LyBTQAvfxEtZVeUeiDaUUmtf.png b/storage/app/photos/HlUNhcTOjhniLh45LyBTQAvfxEtZVeUeiDaUUmtf.png
new file mode 100644
index 0000000..9d870d5
Binary files /dev/null and b/storage/app/photos/HlUNhcTOjhniLh45LyBTQAvfxEtZVeUeiDaUUmtf.png differ
diff --git a/storage/app/photos/HwavjogVVJC9Ta8PPZ8oP0TmyJW1s8oR90MWwaie.png b/storage/app/photos/HwavjogVVJC9Ta8PPZ8oP0TmyJW1s8oR90MWwaie.png
new file mode 100644
index 0000000..0ccd301
Binary files /dev/null and b/storage/app/photos/HwavjogVVJC9Ta8PPZ8oP0TmyJW1s8oR90MWwaie.png differ
diff --git a/storage/app/photos/I8dPs7D5W5s7QHzVp3mDRlbQX7OnUiSMoqQwN2di.png b/storage/app/photos/I8dPs7D5W5s7QHzVp3mDRlbQX7OnUiSMoqQwN2di.png
new file mode 100644
index 0000000..1dd35eb
Binary files /dev/null and b/storage/app/photos/I8dPs7D5W5s7QHzVp3mDRlbQX7OnUiSMoqQwN2di.png differ
diff --git a/storage/app/photos/ISKfqiZ8O5Z9vmWpxxFjJbRrMNY3QlicwZgrN4pO.png b/storage/app/photos/ISKfqiZ8O5Z9vmWpxxFjJbRrMNY3QlicwZgrN4pO.png
new file mode 100644
index 0000000..9defa10
Binary files /dev/null and b/storage/app/photos/ISKfqiZ8O5Z9vmWpxxFjJbRrMNY3QlicwZgrN4pO.png differ
diff --git a/storage/app/photos/IsD6HM1svwAnW8UKzCqiz4d52TYOmtN0azG2eAb5.png b/storage/app/photos/IsD6HM1svwAnW8UKzCqiz4d52TYOmtN0azG2eAb5.png
new file mode 100644
index 0000000..e06cca3
Binary files /dev/null and b/storage/app/photos/IsD6HM1svwAnW8UKzCqiz4d52TYOmtN0azG2eAb5.png differ
diff --git a/storage/app/photos/IsFUYpv2PrrJM2MEDESGPLnQ5vmCze7sbbGRUuQd.jpg b/storage/app/photos/IsFUYpv2PrrJM2MEDESGPLnQ5vmCze7sbbGRUuQd.jpg
new file mode 100644
index 0000000..bc20e44
Binary files /dev/null and b/storage/app/photos/IsFUYpv2PrrJM2MEDESGPLnQ5vmCze7sbbGRUuQd.jpg differ
diff --git a/storage/app/photos/Ix8V5YFjI2gMttFLScobY2tzw7P8SYw0CcxmRr9Q.png b/storage/app/photos/Ix8V5YFjI2gMttFLScobY2tzw7P8SYw0CcxmRr9Q.png
new file mode 100644
index 0000000..1308990
Binary files /dev/null and b/storage/app/photos/Ix8V5YFjI2gMttFLScobY2tzw7P8SYw0CcxmRr9Q.png differ
diff --git a/storage/app/photos/IyLGvJxb0M7d2ktzWi8qYWYlyg55wZv16nVNWbdD.png b/storage/app/photos/IyLGvJxb0M7d2ktzWi8qYWYlyg55wZv16nVNWbdD.png
new file mode 100644
index 0000000..acd81ef
Binary files /dev/null and b/storage/app/photos/IyLGvJxb0M7d2ktzWi8qYWYlyg55wZv16nVNWbdD.png differ
diff --git a/storage/app/photos/J3qSGn1SwQYyLzdpqiHAHmHCZDqJoIhOva94xfH3.jpg b/storage/app/photos/J3qSGn1SwQYyLzdpqiHAHmHCZDqJoIhOva94xfH3.jpg
new file mode 100644
index 0000000..280f2e6
Binary files /dev/null and b/storage/app/photos/J3qSGn1SwQYyLzdpqiHAHmHCZDqJoIhOva94xfH3.jpg differ
diff --git a/storage/app/photos/JIouymiYHENxHOX3kGcxeGtXZP2t2nhJYXOmEwz6.png b/storage/app/photos/JIouymiYHENxHOX3kGcxeGtXZP2t2nhJYXOmEwz6.png
new file mode 100644
index 0000000..518b6b4
Binary files /dev/null and b/storage/app/photos/JIouymiYHENxHOX3kGcxeGtXZP2t2nhJYXOmEwz6.png differ
diff --git a/storage/app/photos/JLFmzuMTTa.webp b/storage/app/photos/JLFmzuMTTa.webp
new file mode 100644
index 0000000..774a0db
Binary files /dev/null and b/storage/app/photos/JLFmzuMTTa.webp differ
diff --git a/storage/app/photos/JQofUBpfQ6kEynq0ZxYQf8ULCPkIzDetuSPJcw4S.jpg b/storage/app/photos/JQofUBpfQ6kEynq0ZxYQf8ULCPkIzDetuSPJcw4S.jpg
new file mode 100644
index 0000000..d4cfeb4
Binary files /dev/null and b/storage/app/photos/JQofUBpfQ6kEynq0ZxYQf8ULCPkIzDetuSPJcw4S.jpg differ
diff --git a/storage/app/photos/JTxPrEvDSbsfq2Asxfnjvj6ovuHqo9BElv9oDeBB.png b/storage/app/photos/JTxPrEvDSbsfq2Asxfnjvj6ovuHqo9BElv9oDeBB.png
new file mode 100644
index 0000000..c6f0fb0
Binary files /dev/null and b/storage/app/photos/JTxPrEvDSbsfq2Asxfnjvj6ovuHqo9BElv9oDeBB.png differ
diff --git a/storage/app/photos/JZi5xlYyDR.webp b/storage/app/photos/JZi5xlYyDR.webp
new file mode 100644
index 0000000..67c0454
Binary files /dev/null and b/storage/app/photos/JZi5xlYyDR.webp differ
diff --git a/storage/app/photos/JhK3XnzhvMmmx9bSIFPueEAtnXdkJA8lU9Dn0Hps.png b/storage/app/photos/JhK3XnzhvMmmx9bSIFPueEAtnXdkJA8lU9Dn0Hps.png
new file mode 100644
index 0000000..f52707e
Binary files /dev/null and b/storage/app/photos/JhK3XnzhvMmmx9bSIFPueEAtnXdkJA8lU9Dn0Hps.png differ
diff --git a/storage/app/photos/K75TV67VB8fX6PEqDmEzmOqPd4mt8Qqfa7ncYge2.png b/storage/app/photos/K75TV67VB8fX6PEqDmEzmOqPd4mt8Qqfa7ncYge2.png
new file mode 100644
index 0000000..5b58920
Binary files /dev/null and b/storage/app/photos/K75TV67VB8fX6PEqDmEzmOqPd4mt8Qqfa7ncYge2.png differ
diff --git a/storage/app/photos/KAmMCVJy14fF.webp b/storage/app/photos/KAmMCVJy14fF.webp
new file mode 100644
index 0000000..01e42b7
Binary files /dev/null and b/storage/app/photos/KAmMCVJy14fF.webp differ
diff --git a/storage/app/photos/KFHE5HtbimPdYu0mE9BpgebomvOQ6nvC6bY1CkvJ.png b/storage/app/photos/KFHE5HtbimPdYu0mE9BpgebomvOQ6nvC6bY1CkvJ.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/KFHE5HtbimPdYu0mE9BpgebomvOQ6nvC6bY1CkvJ.png differ
diff --git a/storage/app/photos/KVEd8remlF.webp b/storage/app/photos/KVEd8remlF.webp
new file mode 100644
index 0000000..9f7aac9
Binary files /dev/null and b/storage/app/photos/KVEd8remlF.webp differ
diff --git a/storage/app/photos/KYjNetCRLb.webp b/storage/app/photos/KYjNetCRLb.webp
new file mode 100644
index 0000000..09d8f33
Binary files /dev/null and b/storage/app/photos/KYjNetCRLb.webp differ
diff --git a/storage/app/photos/Ke31YFtH94em7IYQVbQFsyE6EHCqIQUfL3OdBE7U.png b/storage/app/photos/Ke31YFtH94em7IYQVbQFsyE6EHCqIQUfL3OdBE7U.png
new file mode 100644
index 0000000..84e45ce
Binary files /dev/null and b/storage/app/photos/Ke31YFtH94em7IYQVbQFsyE6EHCqIQUfL3OdBE7U.png differ
diff --git a/storage/app/photos/Kszq2N8MhcvAXp8NRGLD7PiC6kX98s1er9h5UCXf.png b/storage/app/photos/Kszq2N8MhcvAXp8NRGLD7PiC6kX98s1er9h5UCXf.png
new file mode 100644
index 0000000..caeae7a
Binary files /dev/null and b/storage/app/photos/Kszq2N8MhcvAXp8NRGLD7PiC6kX98s1er9h5UCXf.png differ
diff --git a/storage/app/photos/L6PuEIikhp.webp b/storage/app/photos/L6PuEIikhp.webp
new file mode 100644
index 0000000..37c1924
Binary files /dev/null and b/storage/app/photos/L6PuEIikhp.webp differ
diff --git a/storage/app/photos/LBBWH2yTgNJIboMxrVZhkCft72956ynLIXT2FH61.png b/storage/app/photos/LBBWH2yTgNJIboMxrVZhkCft72956ynLIXT2FH61.png
new file mode 100644
index 0000000..97856c8
Binary files /dev/null and b/storage/app/photos/LBBWH2yTgNJIboMxrVZhkCft72956ynLIXT2FH61.png differ
diff --git a/storage/app/photos/LHKGHhTKESZClDF8Kx5NUHilPVdcP9B1bIALBo1V.jpg b/storage/app/photos/LHKGHhTKESZClDF8Kx5NUHilPVdcP9B1bIALBo1V.jpg
new file mode 100644
index 0000000..d4cfeb4
Binary files /dev/null and b/storage/app/photos/LHKGHhTKESZClDF8Kx5NUHilPVdcP9B1bIALBo1V.jpg differ
diff --git a/storage/app/photos/LafTdvbbwx9OEQbuHxePT8jD7yTEw5ZxfUpG0bi5.png b/storage/app/photos/LafTdvbbwx9OEQbuHxePT8jD7yTEw5ZxfUpG0bi5.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/LafTdvbbwx9OEQbuHxePT8jD7yTEw5ZxfUpG0bi5.png differ
diff --git a/storage/app/photos/LdbCe2gAysQBDADtNNpQRgdemxXyRnZbcSoggelt.webp b/storage/app/photos/LdbCe2gAysQBDADtNNpQRgdemxXyRnZbcSoggelt.webp
new file mode 100644
index 0000000..9fa60df
Binary files /dev/null and b/storage/app/photos/LdbCe2gAysQBDADtNNpQRgdemxXyRnZbcSoggelt.webp differ
diff --git a/storage/app/photos/LgSTB06c0x.webp b/storage/app/photos/LgSTB06c0x.webp
new file mode 100644
index 0000000..f61e720
Binary files /dev/null and b/storage/app/photos/LgSTB06c0x.webp differ
diff --git a/storage/app/photos/LlNqDlLF1qkia7oVqx4d6lcZyvCMKUr6b316RoCI.png b/storage/app/photos/LlNqDlLF1qkia7oVqx4d6lcZyvCMKUr6b316RoCI.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/LlNqDlLF1qkia7oVqx4d6lcZyvCMKUr6b316RoCI.png differ
diff --git a/storage/app/photos/LsZI9toqGB.webp b/storage/app/photos/LsZI9toqGB.webp
new file mode 100644
index 0000000..46e709a
Binary files /dev/null and b/storage/app/photos/LsZI9toqGB.webp differ
diff --git a/storage/app/photos/LwqxcAsUugu0xNHctMYGWqpAwTiV6L6FEk0ISYfA.mp4 b/storage/app/photos/LwqxcAsUugu0xNHctMYGWqpAwTiV6L6FEk0ISYfA.mp4
new file mode 100644
index 0000000..d43e73b
Binary files /dev/null and b/storage/app/photos/LwqxcAsUugu0xNHctMYGWqpAwTiV6L6FEk0ISYfA.mp4 differ
diff --git a/storage/app/photos/M7E879XHBuqF0GaHs9U0q2fzoAElqkNPhshDcCiY.png b/storage/app/photos/M7E879XHBuqF0GaHs9U0q2fzoAElqkNPhshDcCiY.png
new file mode 100644
index 0000000..8f48bf0
Binary files /dev/null and b/storage/app/photos/M7E879XHBuqF0GaHs9U0q2fzoAElqkNPhshDcCiY.png differ
diff --git a/storage/app/photos/ME4cHihfIx0WHSd2qdJbZe6j2QNhyTR0NnJtK9qL.jpg b/storage/app/photos/ME4cHihfIx0WHSd2qdJbZe6j2QNhyTR0NnJtK9qL.jpg
new file mode 100644
index 0000000..b3ae5cb
Binary files /dev/null and b/storage/app/photos/ME4cHihfIx0WHSd2qdJbZe6j2QNhyTR0NnJtK9qL.jpg differ
diff --git a/storage/app/photos/MGIxMQi3eZVQ.webp b/storage/app/photos/MGIxMQi3eZVQ.webp
new file mode 100644
index 0000000..da742e8
Binary files /dev/null and b/storage/app/photos/MGIxMQi3eZVQ.webp differ
diff --git a/storage/app/photos/MGKjgmlvdL.webp b/storage/app/photos/MGKjgmlvdL.webp
new file mode 100644
index 0000000..46e709a
Binary files /dev/null and b/storage/app/photos/MGKjgmlvdL.webp differ
diff --git a/storage/app/photos/MIDeoYInvQ.webp b/storage/app/photos/MIDeoYInvQ.webp
new file mode 100644
index 0000000..ae044c9
Binary files /dev/null and b/storage/app/photos/MIDeoYInvQ.webp differ
diff --git a/storage/app/photos/Mc0CcfuqARKZKT8luR4HqDjzUFFKvXrbKK6UNVtU.png b/storage/app/photos/Mc0CcfuqARKZKT8luR4HqDjzUFFKvXrbKK6UNVtU.png
new file mode 100644
index 0000000..89b25da
Binary files /dev/null and b/storage/app/photos/Mc0CcfuqARKZKT8luR4HqDjzUFFKvXrbKK6UNVtU.png differ
diff --git a/storage/app/photos/MqQkvcWTmP8lecNfnqtw8z6UlpoZRGMp8jwprdHD.png b/storage/app/photos/MqQkvcWTmP8lecNfnqtw8z6UlpoZRGMp8jwprdHD.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/MqQkvcWTmP8lecNfnqtw8z6UlpoZRGMp8jwprdHD.png differ
diff --git a/storage/app/photos/Mxm1nk2TuT.webp b/storage/app/photos/Mxm1nk2TuT.webp
new file mode 100644
index 0000000..32cc1ea
Binary files /dev/null and b/storage/app/photos/Mxm1nk2TuT.webp differ
diff --git a/storage/app/photos/N06YiZezAB.webp b/storage/app/photos/N06YiZezAB.webp
new file mode 100644
index 0000000..1421d53
Binary files /dev/null and b/storage/app/photos/N06YiZezAB.webp differ
diff --git a/storage/app/photos/NIq3qQfC8aU6VFfsDiARNC5BbOF9UM4BonPbVV0d.png b/storage/app/photos/NIq3qQfC8aU6VFfsDiARNC5BbOF9UM4BonPbVV0d.png
new file mode 100644
index 0000000..be5a390
Binary files /dev/null and b/storage/app/photos/NIq3qQfC8aU6VFfsDiARNC5BbOF9UM4BonPbVV0d.png differ
diff --git a/storage/app/photos/NbBLe9kms5.webp b/storage/app/photos/NbBLe9kms5.webp
new file mode 100644
index 0000000..d9be395
Binary files /dev/null and b/storage/app/photos/NbBLe9kms5.webp differ
diff --git a/storage/app/photos/Nc6sWP6UV9.webp b/storage/app/photos/Nc6sWP6UV9.webp
new file mode 100644
index 0000000..d580992
Binary files /dev/null and b/storage/app/photos/Nc6sWP6UV9.webp differ
diff --git a/storage/app/photos/NiVKVNYauPrkyHK7KmFTUwleIhZqRuxgOHdmOFBx.jpg b/storage/app/photos/NiVKVNYauPrkyHK7KmFTUwleIhZqRuxgOHdmOFBx.jpg
new file mode 100644
index 0000000..ae07dd3
Binary files /dev/null and b/storage/app/photos/NiVKVNYauPrkyHK7KmFTUwleIhZqRuxgOHdmOFBx.jpg differ
diff --git a/storage/app/photos/NpmQSqAWtPMfCvupgxixWNyykcsgxprsah6w7bKm.png b/storage/app/photos/NpmQSqAWtPMfCvupgxixWNyykcsgxprsah6w7bKm.png
new file mode 100644
index 0000000..1dd35eb
Binary files /dev/null and b/storage/app/photos/NpmQSqAWtPMfCvupgxixWNyykcsgxprsah6w7bKm.png differ
diff --git a/storage/app/photos/O1Vdc83SPV.webp b/storage/app/photos/O1Vdc83SPV.webp
new file mode 100644
index 0000000..0d96e19
Binary files /dev/null and b/storage/app/photos/O1Vdc83SPV.webp differ
diff --git a/storage/app/photos/O5iqoT0es1kDrAzUR6RnjA0hqrX7FRlVpOQF6sFa.jpg b/storage/app/photos/O5iqoT0es1kDrAzUR6RnjA0hqrX7FRlVpOQF6sFa.jpg
new file mode 100644
index 0000000..d707d2c
Binary files /dev/null and b/storage/app/photos/O5iqoT0es1kDrAzUR6RnjA0hqrX7FRlVpOQF6sFa.jpg differ
diff --git a/storage/app/photos/O6CvvNTj4516NtpSGPG9OSFzWeBONDj2MK1qEhNx.png b/storage/app/photos/O6CvvNTj4516NtpSGPG9OSFzWeBONDj2MK1qEhNx.png
new file mode 100644
index 0000000..f391503
Binary files /dev/null and b/storage/app/photos/O6CvvNTj4516NtpSGPG9OSFzWeBONDj2MK1qEhNx.png differ
diff --git a/storage/app/photos/OEKPJSSyYlA9XaN1G4pH3QPHTOHxy6llOSXJc40I.png b/storage/app/photos/OEKPJSSyYlA9XaN1G4pH3QPHTOHxy6llOSXJc40I.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/OEKPJSSyYlA9XaN1G4pH3QPHTOHxy6llOSXJc40I.png differ
diff --git a/storage/app/photos/OG2bWs4DjG.webp b/storage/app/photos/OG2bWs4DjG.webp
new file mode 100644
index 0000000..e4df666
Binary files /dev/null and b/storage/app/photos/OG2bWs4DjG.webp differ
diff --git a/storage/app/photos/OPsltoXurb.webp b/storage/app/photos/OPsltoXurb.webp
new file mode 100644
index 0000000..e216e31
Binary files /dev/null and b/storage/app/photos/OPsltoXurb.webp differ
diff --git a/storage/app/photos/OiNv3Xmmj0Q5SAIghYtugxan0O6n78UWp3O3YhBP.png b/storage/app/photos/OiNv3Xmmj0Q5SAIghYtugxan0O6n78UWp3O3YhBP.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/OiNv3Xmmj0Q5SAIghYtugxan0O6n78UWp3O3YhBP.png differ
diff --git a/storage/app/photos/PGpq4lU6o4.webp b/storage/app/photos/PGpq4lU6o4.webp
new file mode 100644
index 0000000..13ed093
Binary files /dev/null and b/storage/app/photos/PGpq4lU6o4.webp differ
diff --git a/storage/app/photos/PO8jW4932qF0n8DGnBT33IiUo9s6dbRZXRnizLGm.png b/storage/app/photos/PO8jW4932qF0n8DGnBT33IiUo9s6dbRZXRnizLGm.png
new file mode 100644
index 0000000..5b3304c
Binary files /dev/null and b/storage/app/photos/PO8jW4932qF0n8DGnBT33IiUo9s6dbRZXRnizLGm.png differ
diff --git a/storage/app/photos/PqbHjl73m1.webp b/storage/app/photos/PqbHjl73m1.webp
new file mode 100644
index 0000000..81f9deb
Binary files /dev/null and b/storage/app/photos/PqbHjl73m1.webp differ
diff --git a/storage/app/photos/Ptyw3J4kApavBkB1jFchuxJiKhk0CTBAUx0aNPYj.png b/storage/app/photos/Ptyw3J4kApavBkB1jFchuxJiKhk0CTBAUx0aNPYj.png
new file mode 100644
index 0000000..4ea6aa7
Binary files /dev/null and b/storage/app/photos/Ptyw3J4kApavBkB1jFchuxJiKhk0CTBAUx0aNPYj.png differ
diff --git a/storage/app/photos/PvXmdtl6WBqSiM4fUxdwr61LYjHXNy9ZFyFNS4My.png b/storage/app/photos/PvXmdtl6WBqSiM4fUxdwr61LYjHXNy9ZFyFNS4My.png
new file mode 100644
index 0000000..05be71e
Binary files /dev/null and b/storage/app/photos/PvXmdtl6WBqSiM4fUxdwr61LYjHXNy9ZFyFNS4My.png differ
diff --git a/storage/app/photos/PvqTFPnXR22JNZTvFPb9LZuTewMZIXW5lW3kyLwN.png b/storage/app/photos/PvqTFPnXR22JNZTvFPb9LZuTewMZIXW5lW3kyLwN.png
new file mode 100644
index 0000000..427af29
Binary files /dev/null and b/storage/app/photos/PvqTFPnXR22JNZTvFPb9LZuTewMZIXW5lW3kyLwN.png differ
diff --git a/storage/app/photos/PxgA4rsS4E.webp b/storage/app/photos/PxgA4rsS4E.webp
new file mode 100644
index 0000000..d35fa06
Binary files /dev/null and b/storage/app/photos/PxgA4rsS4E.webp differ
diff --git a/storage/app/photos/PzU7HEZNQj.webp b/storage/app/photos/PzU7HEZNQj.webp
new file mode 100644
index 0000000..fa3a1c5
Binary files /dev/null and b/storage/app/photos/PzU7HEZNQj.webp differ
diff --git a/storage/app/photos/Q4bTPlUcpT.webp b/storage/app/photos/Q4bTPlUcpT.webp
new file mode 100644
index 0000000..9acda6d
Binary files /dev/null and b/storage/app/photos/Q4bTPlUcpT.webp differ
diff --git a/storage/app/photos/QY0ZcPHsi5Nra8moTjFV2rw9zpxzZbQw8QqqTkaP.png b/storage/app/photos/QY0ZcPHsi5Nra8moTjFV2rw9zpxzZbQw8QqqTkaP.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/QY0ZcPHsi5Nra8moTjFV2rw9zpxzZbQw8QqqTkaP.png differ
diff --git a/storage/app/photos/Qb8DSh40ZnPeZaWSsXwfAjhLuDSHUYuILeBVW3br.png b/storage/app/photos/Qb8DSh40ZnPeZaWSsXwfAjhLuDSHUYuILeBVW3br.png
new file mode 100644
index 0000000..ed21a3a
Binary files /dev/null and b/storage/app/photos/Qb8DSh40ZnPeZaWSsXwfAjhLuDSHUYuILeBVW3br.png differ
diff --git a/storage/app/photos/QhhtxUhVge.webp b/storage/app/photos/QhhtxUhVge.webp
new file mode 100644
index 0000000..50b8a4b
Binary files /dev/null and b/storage/app/photos/QhhtxUhVge.webp differ
diff --git a/storage/app/photos/QlCBA7hypNi6uU6SWBWX93HcWlfGrd5WdBjpUG13.png b/storage/app/photos/QlCBA7hypNi6uU6SWBWX93HcWlfGrd5WdBjpUG13.png
new file mode 100644
index 0000000..e97614e
Binary files /dev/null and b/storage/app/photos/QlCBA7hypNi6uU6SWBWX93HcWlfGrd5WdBjpUG13.png differ
diff --git a/storage/app/photos/Qo4yreeXOX.webp b/storage/app/photos/Qo4yreeXOX.webp
new file mode 100644
index 0000000..92abd37
Binary files /dev/null and b/storage/app/photos/Qo4yreeXOX.webp differ
diff --git a/storage/app/photos/QyMuOGf8Lq27x0On2Efbr4dGcD5P6hJoWHfoCp1K.png b/storage/app/photos/QyMuOGf8Lq27x0On2Efbr4dGcD5P6hJoWHfoCp1K.png
new file mode 100644
index 0000000..427af29
Binary files /dev/null and b/storage/app/photos/QyMuOGf8Lq27x0On2Efbr4dGcD5P6hJoWHfoCp1K.png differ
diff --git a/storage/app/photos/R4veldxlNLmfBCYkrF0qfykHBzKahULSOi6cEJo3.jpg b/storage/app/photos/R4veldxlNLmfBCYkrF0qfykHBzKahULSOi6cEJo3.jpg
new file mode 100644
index 0000000..078c988
Binary files /dev/null and b/storage/app/photos/R4veldxlNLmfBCYkrF0qfykHBzKahULSOi6cEJo3.jpg differ
diff --git a/storage/app/photos/RAfIxNncJ2Aif06eIRGKas1ImYPx6ZTosEdrQhCm.png b/storage/app/photos/RAfIxNncJ2Aif06eIRGKas1ImYPx6ZTosEdrQhCm.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/RAfIxNncJ2Aif06eIRGKas1ImYPx6ZTosEdrQhCm.png differ
diff --git a/storage/app/photos/RIu5ql9pkA.webp b/storage/app/photos/RIu5ql9pkA.webp
new file mode 100644
index 0000000..3675667
Binary files /dev/null and b/storage/app/photos/RIu5ql9pkA.webp differ
diff --git a/storage/app/photos/RNDgjmZj2AVfKKQSCIV8b6fVPE7cLtQvCZRarlW5.png b/storage/app/photos/RNDgjmZj2AVfKKQSCIV8b6fVPE7cLtQvCZRarlW5.png
new file mode 100644
index 0000000..6fe4596
Binary files /dev/null and b/storage/app/photos/RNDgjmZj2AVfKKQSCIV8b6fVPE7cLtQvCZRarlW5.png differ
diff --git a/storage/app/photos/RNiHv2rBdAgM2FYZ85BOamTV3K0I2SFWAAnWRCdY.jpg b/storage/app/photos/RNiHv2rBdAgM2FYZ85BOamTV3K0I2SFWAAnWRCdY.jpg
new file mode 100644
index 0000000..21e2a9c
Binary files /dev/null and b/storage/app/photos/RNiHv2rBdAgM2FYZ85BOamTV3K0I2SFWAAnWRCdY.jpg differ
diff --git a/storage/app/photos/RV0Na3S7tRcy7zF0lnGd0RPKKFGQvQmytxjVhMwG.jpg b/storage/app/photos/RV0Na3S7tRcy7zF0lnGd0RPKKFGQvQmytxjVhMwG.jpg
new file mode 100644
index 0000000..ecdc689
Binary files /dev/null and b/storage/app/photos/RV0Na3S7tRcy7zF0lnGd0RPKKFGQvQmytxjVhMwG.jpg differ
diff --git a/storage/app/photos/RfO04ZiDS2vHGDnFhm24WwiaOvdvfRpa8r4s4tfx.png b/storage/app/photos/RfO04ZiDS2vHGDnFhm24WwiaOvdvfRpa8r4s4tfx.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/RfO04ZiDS2vHGDnFhm24WwiaOvdvfRpa8r4s4tfx.png differ
diff --git a/storage/app/photos/RfPwhSAEIFvpnpcAdFfJ9FhzSsHu4Zh0HZypmJJW.png b/storage/app/photos/RfPwhSAEIFvpnpcAdFfJ9FhzSsHu4Zh0HZypmJJW.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/RfPwhSAEIFvpnpcAdFfJ9FhzSsHu4Zh0HZypmJJW.png differ
diff --git a/storage/app/photos/RsYgvQuL9E1ExvFPOXlJdVizIP73qusezktCjzAf.jpg b/storage/app/photos/RsYgvQuL9E1ExvFPOXlJdVizIP73qusezktCjzAf.jpg
new file mode 100644
index 0000000..f9a563d
Binary files /dev/null and b/storage/app/photos/RsYgvQuL9E1ExvFPOXlJdVizIP73qusezktCjzAf.jpg differ
diff --git a/storage/app/photos/S1udvkaG8I.webp b/storage/app/photos/S1udvkaG8I.webp
new file mode 100644
index 0000000..0d7ec10
Binary files /dev/null and b/storage/app/photos/S1udvkaG8I.webp differ
diff --git a/storage/app/photos/S3HRCt4jqNAGqLl5ro8tbmZFRIMyppmDhJXDIS20.png b/storage/app/photos/S3HRCt4jqNAGqLl5ro8tbmZFRIMyppmDhJXDIS20.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/S3HRCt4jqNAGqLl5ro8tbmZFRIMyppmDhJXDIS20.png differ
diff --git a/storage/app/photos/S3h5UfKKlmEmcIGYfxxquEPOvCBLBf9aGKpQ0oHE.png b/storage/app/photos/S3h5UfKKlmEmcIGYfxxquEPOvCBLBf9aGKpQ0oHE.png
new file mode 100644
index 0000000..f996ed5
Binary files /dev/null and b/storage/app/photos/S3h5UfKKlmEmcIGYfxxquEPOvCBLBf9aGKpQ0oHE.png differ
diff --git a/storage/app/photos/S7AJW6bj3v.webp b/storage/app/photos/S7AJW6bj3v.webp
new file mode 100644
index 0000000..ab44c20
Binary files /dev/null and b/storage/app/photos/S7AJW6bj3v.webp differ
diff --git a/storage/app/photos/SFC4mv7hI4.webp b/storage/app/photos/SFC4mv7hI4.webp
new file mode 100644
index 0000000..fb3f28e
Binary files /dev/null and b/storage/app/photos/SFC4mv7hI4.webp differ
diff --git a/storage/app/photos/SIRwtTf8mtBTs5jiEjeVMMCEFUjE3ClVl563KulN.png b/storage/app/photos/SIRwtTf8mtBTs5jiEjeVMMCEFUjE3ClVl563KulN.png
new file mode 100644
index 0000000..c186daa
Binary files /dev/null and b/storage/app/photos/SIRwtTf8mtBTs5jiEjeVMMCEFUjE3ClVl563KulN.png differ
diff --git a/storage/app/photos/SQcIcnCKrX.webp b/storage/app/photos/SQcIcnCKrX.webp
new file mode 100644
index 0000000..066c405
Binary files /dev/null and b/storage/app/photos/SQcIcnCKrX.webp differ
diff --git a/storage/app/photos/SQk563pAjynaLeLe8yE8XoEDdDcR4y9R5cAieMGc.png b/storage/app/photos/SQk563pAjynaLeLe8yE8XoEDdDcR4y9R5cAieMGc.png
new file mode 100644
index 0000000..389cabe
Binary files /dev/null and b/storage/app/photos/SQk563pAjynaLeLe8yE8XoEDdDcR4y9R5cAieMGc.png differ
diff --git a/storage/app/photos/SR1A53fJ9YuRo7KQ5XRsHVYapFZXlvBhTsxMJqNg.png b/storage/app/photos/SR1A53fJ9YuRo7KQ5XRsHVYapFZXlvBhTsxMJqNg.png
new file mode 100644
index 0000000..d4bfb19
Binary files /dev/null and b/storage/app/photos/SR1A53fJ9YuRo7KQ5XRsHVYapFZXlvBhTsxMJqNg.png differ
diff --git a/storage/app/photos/SRaDZe8F9b.webp b/storage/app/photos/SRaDZe8F9b.webp
new file mode 100644
index 0000000..d205165
Binary files /dev/null and b/storage/app/photos/SRaDZe8F9b.webp differ
diff --git a/storage/app/photos/SbbvuZwUp3.webp b/storage/app/photos/SbbvuZwUp3.webp
new file mode 100644
index 0000000..50b8a4b
Binary files /dev/null and b/storage/app/photos/SbbvuZwUp3.webp differ
diff --git a/storage/app/photos/Se6Nn4NA7C.webp b/storage/app/photos/Se6Nn4NA7C.webp
new file mode 100644
index 0000000..13dab85
Binary files /dev/null and b/storage/app/photos/Se6Nn4NA7C.webp differ
diff --git a/storage/app/photos/ShOInzzKWz.webp b/storage/app/photos/ShOInzzKWz.webp
new file mode 100644
index 0000000..2f665ed
Binary files /dev/null and b/storage/app/photos/ShOInzzKWz.webp differ
diff --git a/storage/app/photos/Ss8a8Rm5B4.webp b/storage/app/photos/Ss8a8Rm5B4.webp
new file mode 100644
index 0000000..966cafd
Binary files /dev/null and b/storage/app/photos/Ss8a8Rm5B4.webp differ
diff --git a/storage/app/photos/T1T5Q0AMzR.webp b/storage/app/photos/T1T5Q0AMzR.webp
new file mode 100644
index 0000000..34567bd
Binary files /dev/null and b/storage/app/photos/T1T5Q0AMzR.webp differ
diff --git a/storage/app/photos/T8knuwNZjc7fwAr9GwikEBHJLJSx9XhGZAihmQCh.png b/storage/app/photos/T8knuwNZjc7fwAr9GwikEBHJLJSx9XhGZAihmQCh.png
new file mode 100644
index 0000000..1258d06
Binary files /dev/null and b/storage/app/photos/T8knuwNZjc7fwAr9GwikEBHJLJSx9XhGZAihmQCh.png differ
diff --git a/storage/app/photos/TIETYyMdnJZeGU0rhEssvPds2goHPt1YkeF5czaQ.png b/storage/app/photos/TIETYyMdnJZeGU0rhEssvPds2goHPt1YkeF5czaQ.png
new file mode 100644
index 0000000..37ab746
Binary files /dev/null and b/storage/app/photos/TIETYyMdnJZeGU0rhEssvPds2goHPt1YkeF5czaQ.png differ
diff --git a/storage/app/photos/TIFMbe4d34.webp b/storage/app/photos/TIFMbe4d34.webp
new file mode 100644
index 0000000..a0422cb
Binary files /dev/null and b/storage/app/photos/TIFMbe4d34.webp differ
diff --git a/storage/app/photos/TQ9CNzGhgfeFXGC5pIpnINFuV5fA9Jhwa4SPgM1u.png b/storage/app/photos/TQ9CNzGhgfeFXGC5pIpnINFuV5fA9Jhwa4SPgM1u.png
new file mode 100644
index 0000000..21b589e
Binary files /dev/null and b/storage/app/photos/TQ9CNzGhgfeFXGC5pIpnINFuV5fA9Jhwa4SPgM1u.png differ
diff --git a/storage/app/photos/TlTtb5Dk0dLLHNlyGu9P4XYilwz3ksGIsYFZuaCK.png b/storage/app/photos/TlTtb5Dk0dLLHNlyGu9P4XYilwz3ksGIsYFZuaCK.png
new file mode 100644
index 0000000..927699d
Binary files /dev/null and b/storage/app/photos/TlTtb5Dk0dLLHNlyGu9P4XYilwz3ksGIsYFZuaCK.png differ
diff --git a/storage/app/photos/TmqP8T8SC9wnLlQWIYRwo9BOTVLPotjhryOJ5Qa6.jpg b/storage/app/photos/TmqP8T8SC9wnLlQWIYRwo9BOTVLPotjhryOJ5Qa6.jpg
new file mode 100644
index 0000000..5f6c8d8
Binary files /dev/null and b/storage/app/photos/TmqP8T8SC9wnLlQWIYRwo9BOTVLPotjhryOJ5Qa6.jpg differ
diff --git a/storage/app/photos/Tw89hOL8Nf.webp b/storage/app/photos/Tw89hOL8Nf.webp
new file mode 100644
index 0000000..13dc189
Binary files /dev/null and b/storage/app/photos/Tw89hOL8Nf.webp differ
diff --git a/storage/app/photos/TxXR8v4QNX.webp b/storage/app/photos/TxXR8v4QNX.webp
new file mode 100644
index 0000000..d8f4c72
Binary files /dev/null and b/storage/app/photos/TxXR8v4QNX.webp differ
diff --git a/storage/app/photos/U1i4xRxfhHMx66LtJdw1rAoVJe9tZ8sqXDwrHUdi.png b/storage/app/photos/U1i4xRxfhHMx66LtJdw1rAoVJe9tZ8sqXDwrHUdi.png
new file mode 100644
index 0000000..0a78d62
Binary files /dev/null and b/storage/app/photos/U1i4xRxfhHMx66LtJdw1rAoVJe9tZ8sqXDwrHUdi.png differ
diff --git a/storage/app/photos/UBdwGLtbWz3lUBHMXgMkX9Vz4mFFCNvjnr2uDXox.png b/storage/app/photos/UBdwGLtbWz3lUBHMXgMkX9Vz4mFFCNvjnr2uDXox.png
new file mode 100644
index 0000000..d5a2d9c
Binary files /dev/null and b/storage/app/photos/UBdwGLtbWz3lUBHMXgMkX9Vz4mFFCNvjnr2uDXox.png differ
diff --git a/storage/app/photos/UFJ4dz8oJgyMr1DfA5mYR99v9Y6G2FsiSwiUqOq8.jpg b/storage/app/photos/UFJ4dz8oJgyMr1DfA5mYR99v9Y6G2FsiSwiUqOq8.jpg
new file mode 100644
index 0000000..2a051dd
Binary files /dev/null and b/storage/app/photos/UFJ4dz8oJgyMr1DfA5mYR99v9Y6G2FsiSwiUqOq8.jpg differ
diff --git a/storage/app/photos/UGaTUEp9Ww5Y6hns1A6Cu3gVzBtTIsj2ryMvauFP.png b/storage/app/photos/UGaTUEp9Ww5Y6hns1A6Cu3gVzBtTIsj2ryMvauFP.png
new file mode 100644
index 0000000..aa7af3d
Binary files /dev/null and b/storage/app/photos/UGaTUEp9Ww5Y6hns1A6Cu3gVzBtTIsj2ryMvauFP.png differ
diff --git a/storage/app/photos/UZ1aBw7dE8VSLA3EnuJC5V5sSLfnZU5LHcJwdw2I.png b/storage/app/photos/UZ1aBw7dE8VSLA3EnuJC5V5sSLfnZU5LHcJwdw2I.png
new file mode 100644
index 0000000..7156dc1
Binary files /dev/null and b/storage/app/photos/UZ1aBw7dE8VSLA3EnuJC5V5sSLfnZU5LHcJwdw2I.png differ
diff --git a/storage/app/photos/Ue1713Y890.webp b/storage/app/photos/Ue1713Y890.webp
new file mode 100644
index 0000000..d0e26c4
Binary files /dev/null and b/storage/app/photos/Ue1713Y890.webp differ
diff --git a/storage/app/photos/UtaPqpIRE461lue19iTTB9xJeR8cKxBUm5kXWHfz.png b/storage/app/photos/UtaPqpIRE461lue19iTTB9xJeR8cKxBUm5kXWHfz.png
new file mode 100644
index 0000000..e5d407d
Binary files /dev/null and b/storage/app/photos/UtaPqpIRE461lue19iTTB9xJeR8cKxBUm5kXWHfz.png differ
diff --git a/storage/app/photos/UxMj6mCbAV.webp b/storage/app/photos/UxMj6mCbAV.webp
new file mode 100644
index 0000000..b6bcdd1
Binary files /dev/null and b/storage/app/photos/UxMj6mCbAV.webp differ
diff --git a/storage/app/photos/V1a1kQhE2tWhw6BRGzLVZa3SJtgUuJKvYHvwqTmc.png b/storage/app/photos/V1a1kQhE2tWhw6BRGzLVZa3SJtgUuJKvYHvwqTmc.png
new file mode 100644
index 0000000..76adc92
Binary files /dev/null and b/storage/app/photos/V1a1kQhE2tWhw6BRGzLVZa3SJtgUuJKvYHvwqTmc.png differ
diff --git a/storage/app/photos/VRxozA3RFBaHkix1xk4Fd3Wb5NaHL69JYCZneBXS.png b/storage/app/photos/VRxozA3RFBaHkix1xk4Fd3Wb5NaHL69JYCZneBXS.png
new file mode 100644
index 0000000..2d14073
Binary files /dev/null and b/storage/app/photos/VRxozA3RFBaHkix1xk4Fd3Wb5NaHL69JYCZneBXS.png differ
diff --git a/storage/app/photos/VcPeNY5eeb.webp b/storage/app/photos/VcPeNY5eeb.webp
new file mode 100644
index 0000000..d0098a1
Binary files /dev/null and b/storage/app/photos/VcPeNY5eeb.webp differ
diff --git a/storage/app/photos/VmFpUt6t5l.webp b/storage/app/photos/VmFpUt6t5l.webp
new file mode 100644
index 0000000..4653200
Binary files /dev/null and b/storage/app/photos/VmFpUt6t5l.webp differ
diff --git a/storage/app/photos/Vt2kZ4C6Ejl5fxGpLZ35xnaDLzfgoH1XRaFZd0Gu.jpg b/storage/app/photos/Vt2kZ4C6Ejl5fxGpLZ35xnaDLzfgoH1XRaFZd0Gu.jpg
new file mode 100644
index 0000000..869d0d4
Binary files /dev/null and b/storage/app/photos/Vt2kZ4C6Ejl5fxGpLZ35xnaDLzfgoH1XRaFZd0Gu.jpg differ
diff --git a/storage/app/photos/WIql12n04smT0X1R2xP2lwBXdlK9Lcdh4W0T4Utb.png b/storage/app/photos/WIql12n04smT0X1R2xP2lwBXdlK9Lcdh4W0T4Utb.png
new file mode 100644
index 0000000..63c2414
Binary files /dev/null and b/storage/app/photos/WIql12n04smT0X1R2xP2lwBXdlK9Lcdh4W0T4Utb.png differ
diff --git a/storage/app/photos/Wtl6yU0yFo.webp b/storage/app/photos/Wtl6yU0yFo.webp
new file mode 100644
index 0000000..19ab3ac
Binary files /dev/null and b/storage/app/photos/Wtl6yU0yFo.webp differ
diff --git a/storage/app/photos/X8pGgcvMR08mqo8BXP86ArCk3zlvumbjftexxUWZ.png b/storage/app/photos/X8pGgcvMR08mqo8BXP86ArCk3zlvumbjftexxUWZ.png
new file mode 100644
index 0000000..613cc23
Binary files /dev/null and b/storage/app/photos/X8pGgcvMR08mqo8BXP86ArCk3zlvumbjftexxUWZ.png differ
diff --git a/storage/app/photos/XEIcy6DjSTRNZXOsI8g1aIX1vbOLiT153CjTsThp.png b/storage/app/photos/XEIcy6DjSTRNZXOsI8g1aIX1vbOLiT153CjTsThp.png
new file mode 100644
index 0000000..fc568cf
Binary files /dev/null and b/storage/app/photos/XEIcy6DjSTRNZXOsI8g1aIX1vbOLiT153CjTsThp.png differ
diff --git a/storage/app/photos/XV6VczZSOAYKjz5QUlPI0HLCc3xdyo8yaNP1aANY.png b/storage/app/photos/XV6VczZSOAYKjz5QUlPI0HLCc3xdyo8yaNP1aANY.png
new file mode 100644
index 0000000..aa7af3d
Binary files /dev/null and b/storage/app/photos/XV6VczZSOAYKjz5QUlPI0HLCc3xdyo8yaNP1aANY.png differ
diff --git a/storage/app/photos/XX1rikkAiL.webp b/storage/app/photos/XX1rikkAiL.webp
new file mode 100644
index 0000000..e2ee263
Binary files /dev/null and b/storage/app/photos/XX1rikkAiL.webp differ
diff --git a/storage/app/photos/XXY9j0v3aJRsF5zYPCh7KgejkdOk37ppeSa4kzAQ.png b/storage/app/photos/XXY9j0v3aJRsF5zYPCh7KgejkdOk37ppeSa4kzAQ.png
new file mode 100644
index 0000000..af4e8d5
Binary files /dev/null and b/storage/app/photos/XXY9j0v3aJRsF5zYPCh7KgejkdOk37ppeSa4kzAQ.png differ
diff --git a/storage/app/photos/XkZpeUK4zD.webp b/storage/app/photos/XkZpeUK4zD.webp
new file mode 100644
index 0000000..56b54de
Binary files /dev/null and b/storage/app/photos/XkZpeUK4zD.webp differ
diff --git a/storage/app/photos/XstHRWT0RqzCfPENPOpTDybwKHunM9R7PNvgscNq.png b/storage/app/photos/XstHRWT0RqzCfPENPOpTDybwKHunM9R7PNvgscNq.png
new file mode 100644
index 0000000..ac66ffd
Binary files /dev/null and b/storage/app/photos/XstHRWT0RqzCfPENPOpTDybwKHunM9R7PNvgscNq.png differ
diff --git a/storage/app/photos/XxA0RbjGZhoV0tMBMOcaq4p8Zb8jvnWMod9490sO.png b/storage/app/photos/XxA0RbjGZhoV0tMBMOcaq4p8Zb8jvnWMod9490sO.png
new file mode 100644
index 0000000..e5596a7
Binary files /dev/null and b/storage/app/photos/XxA0RbjGZhoV0tMBMOcaq4p8Zb8jvnWMod9490sO.png differ
diff --git a/storage/app/photos/Y7rBcQzwpq.webp b/storage/app/photos/Y7rBcQzwpq.webp
new file mode 100644
index 0000000..6670991
Binary files /dev/null and b/storage/app/photos/Y7rBcQzwpq.webp differ
diff --git a/storage/app/photos/YAsNTun6lFsLLMfZCtmM1q1PIfIyuCMvv4Rmdm8B.png b/storage/app/photos/YAsNTun6lFsLLMfZCtmM1q1PIfIyuCMvv4Rmdm8B.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/YAsNTun6lFsLLMfZCtmM1q1PIfIyuCMvv4Rmdm8B.png differ
diff --git a/storage/app/photos/YMvvllq8IM.webp b/storage/app/photos/YMvvllq8IM.webp
new file mode 100644
index 0000000..2141dd6
Binary files /dev/null and b/storage/app/photos/YMvvllq8IM.webp differ
diff --git a/storage/app/photos/YZseBATr2U.webp b/storage/app/photos/YZseBATr2U.webp
new file mode 100644
index 0000000..876dd2f
Binary files /dev/null and b/storage/app/photos/YZseBATr2U.webp differ
diff --git a/storage/app/photos/YnA2OwOI1ys1TFJJCQa6hoVzn1RcfmJKGbPGeMdc.png b/storage/app/photos/YnA2OwOI1ys1TFJJCQa6hoVzn1RcfmJKGbPGeMdc.png
new file mode 100644
index 0000000..ba2722d
Binary files /dev/null and b/storage/app/photos/YnA2OwOI1ys1TFJJCQa6hoVzn1RcfmJKGbPGeMdc.png differ
diff --git a/storage/app/photos/ZNieqp5AwHfeJO3pLsYsNI4PZoUkZgbkXsLznQFp.jpg b/storage/app/photos/ZNieqp5AwHfeJO3pLsYsNI4PZoUkZgbkXsLznQFp.jpg
new file mode 100644
index 0000000..c537638
Binary files /dev/null and b/storage/app/photos/ZNieqp5AwHfeJO3pLsYsNI4PZoUkZgbkXsLznQFp.jpg differ
diff --git a/storage/app/photos/ZR2i5rV3Yq.webp b/storage/app/photos/ZR2i5rV3Yq.webp
new file mode 100644
index 0000000..057c1e1
Binary files /dev/null and b/storage/app/photos/ZR2i5rV3Yq.webp differ
diff --git a/storage/app/photos/ZTwTQgLOEP2RrwX0bN6pMW72mtdOI5aRWKNql6hI.png b/storage/app/photos/ZTwTQgLOEP2RrwX0bN6pMW72mtdOI5aRWKNql6hI.png
new file mode 100644
index 0000000..231ccd0
Binary files /dev/null and b/storage/app/photos/ZTwTQgLOEP2RrwX0bN6pMW72mtdOI5aRWKNql6hI.png differ
diff --git a/storage/app/photos/ZrSQ0rjN7w6rsjRUSXKsTPkGorZBh2ZhIepR0B3E.png b/storage/app/photos/ZrSQ0rjN7w6rsjRUSXKsTPkGorZBh2ZhIepR0B3E.png
new file mode 100644
index 0000000..a7f574d
Binary files /dev/null and b/storage/app/photos/ZrSQ0rjN7w6rsjRUSXKsTPkGorZBh2ZhIepR0B3E.png differ
diff --git a/storage/app/photos/Zzkj1wUP68.webp b/storage/app/photos/Zzkj1wUP68.webp
new file mode 100644
index 0000000..6041703
Binary files /dev/null and b/storage/app/photos/Zzkj1wUP68.webp differ
diff --git a/storage/app/photos/a2Y4UZRfyICNjpw8kM3wXion4rMScfVU5PEuUXcw.jpg b/storage/app/photos/a2Y4UZRfyICNjpw8kM3wXion4rMScfVU5PEuUXcw.jpg
new file mode 100644
index 0000000..f9a563d
Binary files /dev/null and b/storage/app/photos/a2Y4UZRfyICNjpw8kM3wXion4rMScfVU5PEuUXcw.jpg differ
diff --git a/storage/app/photos/a7B6y1RjhI.webp b/storage/app/photos/a7B6y1RjhI.webp
new file mode 100644
index 0000000..ce9012f
Binary files /dev/null and b/storage/app/photos/a7B6y1RjhI.webp differ
diff --git a/storage/app/photos/a8NKrMHHAr79tLo6FbvEKEv2fFTmQssYIODw4Ps5.jpg b/storage/app/photos/a8NKrMHHAr79tLo6FbvEKEv2fFTmQssYIODw4Ps5.jpg
new file mode 100644
index 0000000..f9a563d
Binary files /dev/null and b/storage/app/photos/a8NKrMHHAr79tLo6FbvEKEv2fFTmQssYIODw4Ps5.jpg differ
diff --git a/storage/app/photos/a8xFOP1nUU0r3VEdG8KQdhA2fuo0aQhPNSbkNVNm.png b/storage/app/photos/a8xFOP1nUU0r3VEdG8KQdhA2fuo0aQhPNSbkNVNm.png
new file mode 100644
index 0000000..dd9123e
Binary files /dev/null and b/storage/app/photos/a8xFOP1nUU0r3VEdG8KQdhA2fuo0aQhPNSbkNVNm.png differ
diff --git a/storage/app/photos/aOoVoPzq1O.webp b/storage/app/photos/aOoVoPzq1O.webp
new file mode 100644
index 0000000..a66e70b
Binary files /dev/null and b/storage/app/photos/aOoVoPzq1O.webp differ
diff --git a/storage/app/photos/bLzQquPh15.webp b/storage/app/photos/bLzQquPh15.webp
new file mode 100644
index 0000000..513af78
Binary files /dev/null and b/storage/app/photos/bLzQquPh15.webp differ
diff --git a/storage/app/photos/bNpe8OjAjY.webp b/storage/app/photos/bNpe8OjAjY.webp
new file mode 100644
index 0000000..e216e31
Binary files /dev/null and b/storage/app/photos/bNpe8OjAjY.webp differ
diff --git a/storage/app/photos/bVdjVXS7Ek.webp b/storage/app/photos/bVdjVXS7Ek.webp
new file mode 100644
index 0000000..fa4585d
Binary files /dev/null and b/storage/app/photos/bVdjVXS7Ek.webp differ
diff --git a/storage/app/photos/bYl4ck3SedaHiMC7FEqO0PYS716cgOLwbPDfxhYy.png b/storage/app/photos/bYl4ck3SedaHiMC7FEqO0PYS716cgOLwbPDfxhYy.png
new file mode 100644
index 0000000..c07167c
Binary files /dev/null and b/storage/app/photos/bYl4ck3SedaHiMC7FEqO0PYS716cgOLwbPDfxhYy.png differ
diff --git a/storage/app/photos/bim0lIktFc.webp b/storage/app/photos/bim0lIktFc.webp
new file mode 100644
index 0000000..b418ad0
Binary files /dev/null and b/storage/app/photos/bim0lIktFc.webp differ
diff --git a/storage/app/photos/blBX9eRTB0.webp b/storage/app/photos/blBX9eRTB0.webp
new file mode 100644
index 0000000..10dfe2d
Binary files /dev/null and b/storage/app/photos/blBX9eRTB0.webp differ
diff --git a/storage/app/photos/brC7EDWUFYzxdtwbcbCloT6qYkJRhjEGkdIxZn9l.png b/storage/app/photos/brC7EDWUFYzxdtwbcbCloT6qYkJRhjEGkdIxZn9l.png
new file mode 100644
index 0000000..7d432a5
Binary files /dev/null and b/storage/app/photos/brC7EDWUFYzxdtwbcbCloT6qYkJRhjEGkdIxZn9l.png differ
diff --git a/storage/app/photos/c6pQBdrGmDKu9nx47woMbwRQ6zFrZ9ur8HGPouqR.png b/storage/app/photos/c6pQBdrGmDKu9nx47woMbwRQ6zFrZ9ur8HGPouqR.png
new file mode 100644
index 0000000..1dd35eb
Binary files /dev/null and b/storage/app/photos/c6pQBdrGmDKu9nx47woMbwRQ6zFrZ9ur8HGPouqR.png differ
diff --git a/storage/app/photos/cF88G5hOV31DzWdnShBXiUDvPF6FtBjFsS045Fff.jpg b/storage/app/photos/cF88G5hOV31DzWdnShBXiUDvPF6FtBjFsS045Fff.jpg
new file mode 100644
index 0000000..b5cf2d6
Binary files /dev/null and b/storage/app/photos/cF88G5hOV31DzWdnShBXiUDvPF6FtBjFsS045Fff.jpg differ
diff --git a/storage/app/photos/cSwZBdaXLEkHu8LVeMyDB1TU3TaQWQ7eBHZRa6J9.jpg b/storage/app/photos/cSwZBdaXLEkHu8LVeMyDB1TU3TaQWQ7eBHZRa6J9.jpg
new file mode 100644
index 0000000..d707d2c
Binary files /dev/null and b/storage/app/photos/cSwZBdaXLEkHu8LVeMyDB1TU3TaQWQ7eBHZRa6J9.jpg differ
diff --git a/storage/app/photos/ccBZSMJQ4DUE5aXBTjx6iDOITqpeRI6lgdbOGwCO.jpg b/storage/app/photos/ccBZSMJQ4DUE5aXBTjx6iDOITqpeRI6lgdbOGwCO.jpg
new file mode 100644
index 0000000..5f81105
Binary files /dev/null and b/storage/app/photos/ccBZSMJQ4DUE5aXBTjx6iDOITqpeRI6lgdbOGwCO.jpg differ
diff --git a/storage/app/photos/ccGTwv4RYQPHegT4kIljp521Ec2FJmaxITkEjXxJ.png b/storage/app/photos/ccGTwv4RYQPHegT4kIljp521Ec2FJmaxITkEjXxJ.png
new file mode 100644
index 0000000..747c822
Binary files /dev/null and b/storage/app/photos/ccGTwv4RYQPHegT4kIljp521Ec2FJmaxITkEjXxJ.png differ
diff --git a/storage/app/photos/cgBU4TwYGV.webp b/storage/app/photos/cgBU4TwYGV.webp
new file mode 100644
index 0000000..13f91cf
Binary files /dev/null and b/storage/app/photos/cgBU4TwYGV.webp differ
diff --git a/storage/app/photos/cvGPkRNBWKShjWUdHDVxAr5CjepddWqp2a4FqVFy.png b/storage/app/photos/cvGPkRNBWKShjWUdHDVxAr5CjepddWqp2a4FqVFy.png
new file mode 100644
index 0000000..82f8b16
Binary files /dev/null and b/storage/app/photos/cvGPkRNBWKShjWUdHDVxAr5CjepddWqp2a4FqVFy.png differ
diff --git a/storage/app/photos/cx4OuwuIMt.webp b/storage/app/photos/cx4OuwuIMt.webp
new file mode 100644
index 0000000..a72d668
Binary files /dev/null and b/storage/app/photos/cx4OuwuIMt.webp differ
diff --git a/storage/app/photos/cxQnpPiEoYVllC3Qbap5qOnkaNu4gL7Nj1liOCHt.png b/storage/app/photos/cxQnpPiEoYVllC3Qbap5qOnkaNu4gL7Nj1liOCHt.png
new file mode 100644
index 0000000..736d5d0
Binary files /dev/null and b/storage/app/photos/cxQnpPiEoYVllC3Qbap5qOnkaNu4gL7Nj1liOCHt.png differ
diff --git a/storage/app/photos/d0409ZRZDe.webp b/storage/app/photos/d0409ZRZDe.webp
new file mode 100644
index 0000000..8634b20
Binary files /dev/null and b/storage/app/photos/d0409ZRZDe.webp differ
diff --git a/storage/app/photos/d2iURtAHwwyoaPExd0RpRDNhFYfylcKcUBul987Z.png b/storage/app/photos/d2iURtAHwwyoaPExd0RpRDNhFYfylcKcUBul987Z.png
new file mode 100644
index 0000000..aa7a1b6
Binary files /dev/null and b/storage/app/photos/d2iURtAHwwyoaPExd0RpRDNhFYfylcKcUBul987Z.png differ
diff --git a/storage/app/photos/dMiMJPXpmAUNPHOPpBaufjpxrlgk7VLZlVw1laLn.png b/storage/app/photos/dMiMJPXpmAUNPHOPpBaufjpxrlgk7VLZlVw1laLn.png
new file mode 100644
index 0000000..113eed0
Binary files /dev/null and b/storage/app/photos/dMiMJPXpmAUNPHOPpBaufjpxrlgk7VLZlVw1laLn.png differ
diff --git a/storage/app/photos/dUQwdb5T8lMGVaM5WlbgaEln4bJvbspiG4ebgJF1.png b/storage/app/photos/dUQwdb5T8lMGVaM5WlbgaEln4bJvbspiG4ebgJF1.png
new file mode 100644
index 0000000..7b814d6
Binary files /dev/null and b/storage/app/photos/dUQwdb5T8lMGVaM5WlbgaEln4bJvbspiG4ebgJF1.png differ
diff --git a/storage/app/photos/da7q5qLhK5oAqKcXz9SbrIwuxzoIltter5rqJF3H.png b/storage/app/photos/da7q5qLhK5oAqKcXz9SbrIwuxzoIltter5rqJF3H.png
new file mode 100644
index 0000000..1dd35eb
Binary files /dev/null and b/storage/app/photos/da7q5qLhK5oAqKcXz9SbrIwuxzoIltter5rqJF3H.png differ
diff --git a/storage/app/photos/dnUWYYznAtENshz6W2g0HUdk1TlGkLzaLDWqEGBD.png b/storage/app/photos/dnUWYYznAtENshz6W2g0HUdk1TlGkLzaLDWqEGBD.png
new file mode 100644
index 0000000..073a3c4
Binary files /dev/null and b/storage/app/photos/dnUWYYznAtENshz6W2g0HUdk1TlGkLzaLDWqEGBD.png differ
diff --git a/storage/app/photos/doN7VjAEWk.webp b/storage/app/photos/doN7VjAEWk.webp
new file mode 100644
index 0000000..58ceb5b
Binary files /dev/null and b/storage/app/photos/doN7VjAEWk.webp differ
diff --git a/storage/app/photos/drPDxvrryowjOTS3EXxeFs3vdjHwKa3NeXzH5bOf.png b/storage/app/photos/drPDxvrryowjOTS3EXxeFs3vdjHwKa3NeXzH5bOf.png
new file mode 100644
index 0000000..ff9902b
Binary files /dev/null and b/storage/app/photos/drPDxvrryowjOTS3EXxeFs3vdjHwKa3NeXzH5bOf.png differ
diff --git a/storage/app/photos/duIJ8Fypd5Tq07IQj0kCFGYejTs6LhF9LMzMDl7M.png b/storage/app/photos/duIJ8Fypd5Tq07IQj0kCFGYejTs6LhF9LMzMDl7M.png
new file mode 100644
index 0000000..7811be9
Binary files /dev/null and b/storage/app/photos/duIJ8Fypd5Tq07IQj0kCFGYejTs6LhF9LMzMDl7M.png differ
diff --git a/storage/app/photos/dz1hfq9zDC.webp b/storage/app/photos/dz1hfq9zDC.webp
new file mode 100644
index 0000000..ab44c20
Binary files /dev/null and b/storage/app/photos/dz1hfq9zDC.webp differ
diff --git a/storage/app/photos/e3dTEqUO0EKbOvePo2H8c0Qu2wv2ajAckuqqgy9L.png b/storage/app/photos/e3dTEqUO0EKbOvePo2H8c0Qu2wv2ajAckuqqgy9L.png
new file mode 100644
index 0000000..5f09cff
Binary files /dev/null and b/storage/app/photos/e3dTEqUO0EKbOvePo2H8c0Qu2wv2ajAckuqqgy9L.png differ
diff --git a/storage/app/photos/e8zFsIzqm1.webp b/storage/app/photos/e8zFsIzqm1.webp
new file mode 100644
index 0000000..b525b56
Binary files /dev/null and b/storage/app/photos/e8zFsIzqm1.webp differ
diff --git a/storage/app/photos/eK3jN4GByV.webp b/storage/app/photos/eK3jN4GByV.webp
new file mode 100644
index 0000000..588bf4b
Binary files /dev/null and b/storage/app/photos/eK3jN4GByV.webp differ
diff --git a/storage/app/photos/eKdki0q0DgweJe86aB4F8VwQ4m5JHxrdSSggrttr.jpg b/storage/app/photos/eKdki0q0DgweJe86aB4F8VwQ4m5JHxrdSSggrttr.jpg
new file mode 100644
index 0000000..71b8eca
Binary files /dev/null and b/storage/app/photos/eKdki0q0DgweJe86aB4F8VwQ4m5JHxrdSSggrttr.jpg differ
diff --git a/storage/app/photos/eWhSjJtbz2.webp b/storage/app/photos/eWhSjJtbz2.webp
new file mode 100644
index 0000000..5db1990
Binary files /dev/null and b/storage/app/photos/eWhSjJtbz2.webp differ
diff --git a/storage/app/photos/ec7ldlsmEeWXhpimkoMClVr6nx3mkPI2heO8FprD.png b/storage/app/photos/ec7ldlsmEeWXhpimkoMClVr6nx3mkPI2heO8FprD.png
new file mode 100644
index 0000000..66610cd
Binary files /dev/null and b/storage/app/photos/ec7ldlsmEeWXhpimkoMClVr6nx3mkPI2heO8FprD.png differ
diff --git a/storage/app/photos/ejcNmHyFfQ0DeD5aFsLT0xkwRJmkDqnA5ZmEhx7K.png b/storage/app/photos/ejcNmHyFfQ0DeD5aFsLT0xkwRJmkDqnA5ZmEhx7K.png
new file mode 100644
index 0000000..6be45d0
Binary files /dev/null and b/storage/app/photos/ejcNmHyFfQ0DeD5aFsLT0xkwRJmkDqnA5ZmEhx7K.png differ
diff --git a/storage/app/photos/ekwnriNnFYeve5ibKqbtA95FW25pghgyi59cB1hQ.png b/storage/app/photos/ekwnriNnFYeve5ibKqbtA95FW25pghgyi59cB1hQ.png
new file mode 100644
index 0000000..aff8ed2
Binary files /dev/null and b/storage/app/photos/ekwnriNnFYeve5ibKqbtA95FW25pghgyi59cB1hQ.png differ
diff --git a/storage/app/photos/euLCEQnfr6.webp b/storage/app/photos/euLCEQnfr6.webp
new file mode 100644
index 0000000..2f665ed
Binary files /dev/null and b/storage/app/photos/euLCEQnfr6.webp differ
diff --git a/storage/app/photos/f16FUT8TOjUIxHRnnpXT14292yZrcrkfEnKTa8UQ.jpg b/storage/app/photos/f16FUT8TOjUIxHRnnpXT14292yZrcrkfEnKTa8UQ.jpg
new file mode 100644
index 0000000..5fe7976
Binary files /dev/null and b/storage/app/photos/f16FUT8TOjUIxHRnnpXT14292yZrcrkfEnKTa8UQ.jpg differ
diff --git a/storage/app/photos/f7y9QSHoAzuxgKQJTDh6wrCcd2fkHEbDUlJXl7Mo.png b/storage/app/photos/f7y9QSHoAzuxgKQJTDh6wrCcd2fkHEbDUlJXl7Mo.png
new file mode 100644
index 0000000..a0cbfac
Binary files /dev/null and b/storage/app/photos/f7y9QSHoAzuxgKQJTDh6wrCcd2fkHEbDUlJXl7Mo.png differ
diff --git a/storage/app/photos/f8u1tN8kZ4.webp b/storage/app/photos/f8u1tN8kZ4.webp
new file mode 100644
index 0000000..2453c69
Binary files /dev/null and b/storage/app/photos/f8u1tN8kZ4.webp differ
diff --git a/storage/app/photos/fMCL6u7XF3.webp b/storage/app/photos/fMCL6u7XF3.webp
new file mode 100644
index 0000000..6a567c2
Binary files /dev/null and b/storage/app/photos/fMCL6u7XF3.webp differ
diff --git a/storage/app/photos/fR5E9G4pXv.webp b/storage/app/photos/fR5E9G4pXv.webp
new file mode 100644
index 0000000..7b0cdd1
Binary files /dev/null and b/storage/app/photos/fR5E9G4pXv.webp differ
diff --git a/storage/app/photos/fgo4HLPKU8MFVHq4vlSve6LXEE4HvCYxdBx7huM7.png b/storage/app/photos/fgo4HLPKU8MFVHq4vlSve6LXEE4HvCYxdBx7huM7.png
new file mode 100644
index 0000000..1515c5b
Binary files /dev/null and b/storage/app/photos/fgo4HLPKU8MFVHq4vlSve6LXEE4HvCYxdBx7huM7.png differ
diff --git a/storage/app/photos/fnGhx6oZC6wc74KaQQ0QWDHYbiwScu0xhVssLxqA.png b/storage/app/photos/fnGhx6oZC6wc74KaQQ0QWDHYbiwScu0xhVssLxqA.png
new file mode 100644
index 0000000..d514688
Binary files /dev/null and b/storage/app/photos/fnGhx6oZC6wc74KaQQ0QWDHYbiwScu0xhVssLxqA.png differ
diff --git a/storage/app/photos/fu6tnwN5FKeIKCznbFkXp7lUGrLlgmdMZccM34Do.png b/storage/app/photos/fu6tnwN5FKeIKCznbFkXp7lUGrLlgmdMZccM34Do.png
new file mode 100644
index 0000000..4fc1ced
Binary files /dev/null and b/storage/app/photos/fu6tnwN5FKeIKCznbFkXp7lUGrLlgmdMZccM34Do.png differ
diff --git a/storage/app/photos/fvhqI7nMv5.webp b/storage/app/photos/fvhqI7nMv5.webp
new file mode 100644
index 0000000..31a238f
Binary files /dev/null and b/storage/app/photos/fvhqI7nMv5.webp differ
diff --git a/storage/app/photos/fzUiSwUubNTrOXypOcRvcnRdIKRH1qtckcZG6ekl.jpg b/storage/app/photos/fzUiSwUubNTrOXypOcRvcnRdIKRH1qtckcZG6ekl.jpg
new file mode 100644
index 0000000..e91a5e4
Binary files /dev/null and b/storage/app/photos/fzUiSwUubNTrOXypOcRvcnRdIKRH1qtckcZG6ekl.jpg differ
diff --git a/storage/app/photos/g12lyyCUijDVW6KrukqU1pFpnGRFpaieLDpx3D1Q.png b/storage/app/photos/g12lyyCUijDVW6KrukqU1pFpnGRFpaieLDpx3D1Q.png
new file mode 100644
index 0000000..45a9763
Binary files /dev/null and b/storage/app/photos/g12lyyCUijDVW6KrukqU1pFpnGRFpaieLDpx3D1Q.png differ
diff --git a/storage/app/photos/g1xLU3fqGl.webp b/storage/app/photos/g1xLU3fqGl.webp
new file mode 100644
index 0000000..1f0d523
Binary files /dev/null and b/storage/app/photos/g1xLU3fqGl.webp differ
diff --git a/storage/app/photos/ghFhnaIFsv.webp b/storage/app/photos/ghFhnaIFsv.webp
new file mode 100644
index 0000000..675cba3
Binary files /dev/null and b/storage/app/photos/ghFhnaIFsv.webp differ
diff --git a/storage/app/photos/gr1b69NQqs.webp b/storage/app/photos/gr1b69NQqs.webp
new file mode 100644
index 0000000..361a333
Binary files /dev/null and b/storage/app/photos/gr1b69NQqs.webp differ
diff --git a/storage/app/photos/gvnfJ6vvetZ0Oqo6zzLWyiEW29up16bFrOxKEcx1.png b/storage/app/photos/gvnfJ6vvetZ0Oqo6zzLWyiEW29up16bFrOxKEcx1.png
new file mode 100644
index 0000000..088039f
Binary files /dev/null and b/storage/app/photos/gvnfJ6vvetZ0Oqo6zzLWyiEW29up16bFrOxKEcx1.png differ
diff --git a/storage/app/photos/h9HvF39CyZ.webp b/storage/app/photos/h9HvF39CyZ.webp
new file mode 100644
index 0000000..d54d75f
Binary files /dev/null and b/storage/app/photos/h9HvF39CyZ.webp differ
diff --git a/storage/app/photos/hHPqHVJPAk.webp b/storage/app/photos/hHPqHVJPAk.webp
new file mode 100644
index 0000000..609e6cb
Binary files /dev/null and b/storage/app/photos/hHPqHVJPAk.webp differ
diff --git a/storage/app/photos/hNbOtJ6Oz9.webp b/storage/app/photos/hNbOtJ6Oz9.webp
new file mode 100644
index 0000000..788696d
Binary files /dev/null and b/storage/app/photos/hNbOtJ6Oz9.webp differ
diff --git a/storage/app/photos/hiGQf49COS.webp b/storage/app/photos/hiGQf49COS.webp
new file mode 100644
index 0000000..5e54357
Binary files /dev/null and b/storage/app/photos/hiGQf49COS.webp differ
diff --git a/storage/app/photos/hoE1as7KOBC2cEUbautR3Ytd7l1hzr4ZrdsE5pVV.png b/storage/app/photos/hoE1as7KOBC2cEUbautR3Ytd7l1hzr4ZrdsE5pVV.png
new file mode 100644
index 0000000..7bef6b8
Binary files /dev/null and b/storage/app/photos/hoE1as7KOBC2cEUbautR3Ytd7l1hzr4ZrdsE5pVV.png differ
diff --git a/storage/app/photos/hpcguNG4sKdgVZtd0aYctGVRpJKJqYWKQw4TWAge.png b/storage/app/photos/hpcguNG4sKdgVZtd0aYctGVRpJKJqYWKQw4TWAge.png
new file mode 100644
index 0000000..ace17e0
Binary files /dev/null and b/storage/app/photos/hpcguNG4sKdgVZtd0aYctGVRpJKJqYWKQw4TWAge.png differ
diff --git a/storage/app/photos/hqzMvfeyOG5K37kljhO5Yx0pVoISvMYUfTGL6Pk4.png b/storage/app/photos/hqzMvfeyOG5K37kljhO5Yx0pVoISvMYUfTGL6Pk4.png
new file mode 100644
index 0000000..aa5b168
Binary files /dev/null and b/storage/app/photos/hqzMvfeyOG5K37kljhO5Yx0pVoISvMYUfTGL6Pk4.png differ
diff --git a/storage/app/photos/hyS2P5ruRBr6AMDTE5T3BXqihD1gg5szsIHP9Vdu.jpg b/storage/app/photos/hyS2P5ruRBr6AMDTE5T3BXqihD1gg5szsIHP9Vdu.jpg
new file mode 100644
index 0000000..e4e9536
Binary files /dev/null and b/storage/app/photos/hyS2P5ruRBr6AMDTE5T3BXqihD1gg5szsIHP9Vdu.jpg differ
diff --git a/storage/app/photos/i2owuSVR0ghTvTRGkeAfTHXLgPbfgcxx3xrCKED1.png b/storage/app/photos/i2owuSVR0ghTvTRGkeAfTHXLgPbfgcxx3xrCKED1.png
new file mode 100644
index 0000000..c25304a
Binary files /dev/null and b/storage/app/photos/i2owuSVR0ghTvTRGkeAfTHXLgPbfgcxx3xrCKED1.png differ
diff --git a/storage/app/photos/i4fKQpyBsbHTeg8jcZq7JhyrDbNyRPxlu1nrD1W4.png b/storage/app/photos/i4fKQpyBsbHTeg8jcZq7JhyrDbNyRPxlu1nrD1W4.png
new file mode 100644
index 0000000..045c0fb
Binary files /dev/null and b/storage/app/photos/i4fKQpyBsbHTeg8jcZq7JhyrDbNyRPxlu1nrD1W4.png differ
diff --git a/storage/app/photos/i5mntDrYO6JVeHp0CbFu56MqdsCbg46835rJap4E.png b/storage/app/photos/i5mntDrYO6JVeHp0CbFu56MqdsCbg46835rJap4E.png
new file mode 100644
index 0000000..3822d36
Binary files /dev/null and b/storage/app/photos/i5mntDrYO6JVeHp0CbFu56MqdsCbg46835rJap4E.png differ
diff --git a/storage/app/photos/iOM09Rc5NrWPIAzQ1E51awrs59tLaS6Ke4Cjhe2I.jpg b/storage/app/photos/iOM09Rc5NrWPIAzQ1E51awrs59tLaS6Ke4Cjhe2I.jpg
new file mode 100644
index 0000000..3ecb0dc
Binary files /dev/null and b/storage/app/photos/iOM09Rc5NrWPIAzQ1E51awrs59tLaS6Ke4Cjhe2I.jpg differ
diff --git a/storage/app/photos/iXYFFt9OYpsG0oOZhztmLKjS0BZd2np0P9wYHhsK.png b/storage/app/photos/iXYFFt9OYpsG0oOZhztmLKjS0BZd2np0P9wYHhsK.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/iXYFFt9OYpsG0oOZhztmLKjS0BZd2np0P9wYHhsK.png differ
diff --git a/storage/app/photos/ii3ZHTwzTNI9dxM5hzlO7QCfjGsl8jsayIDmTNwS.png b/storage/app/photos/ii3ZHTwzTNI9dxM5hzlO7QCfjGsl8jsayIDmTNwS.png
new file mode 100644
index 0000000..65c67c4
Binary files /dev/null and b/storage/app/photos/ii3ZHTwzTNI9dxM5hzlO7QCfjGsl8jsayIDmTNwS.png differ
diff --git a/storage/app/photos/inRapfujbc.webp b/storage/app/photos/inRapfujbc.webp
new file mode 100644
index 0000000..9014272
Binary files /dev/null and b/storage/app/photos/inRapfujbc.webp differ
diff --git a/storage/app/photos/iwLNizO65SFpE02cfrSxhqeFodx7EeTWyWXA8pyp.jpg b/storage/app/photos/iwLNizO65SFpE02cfrSxhqeFodx7EeTWyWXA8pyp.jpg
new file mode 100644
index 0000000..15d9a5d
Binary files /dev/null and b/storage/app/photos/iwLNizO65SFpE02cfrSxhqeFodx7EeTWyWXA8pyp.jpg differ
diff --git a/storage/app/photos/jHlWxV8JSS7IwKlZurequUNheoZF4I1vQgClqkWc.png b/storage/app/photos/jHlWxV8JSS7IwKlZurequUNheoZF4I1vQgClqkWc.png
new file mode 100644
index 0000000..747c822
Binary files /dev/null and b/storage/app/photos/jHlWxV8JSS7IwKlZurequUNheoZF4I1vQgClqkWc.png differ
diff --git a/storage/app/photos/jXwpyZThv2.webp b/storage/app/photos/jXwpyZThv2.webp
new file mode 100644
index 0000000..e9f909f
Binary files /dev/null and b/storage/app/photos/jXwpyZThv2.webp differ
diff --git a/storage/app/photos/jfikZPlTxUenHOO7ohN5dYSrW9PPjYCS16jOtNQ3.png b/storage/app/photos/jfikZPlTxUenHOO7ohN5dYSrW9PPjYCS16jOtNQ3.png
new file mode 100644
index 0000000..85eca94
Binary files /dev/null and b/storage/app/photos/jfikZPlTxUenHOO7ohN5dYSrW9PPjYCS16jOtNQ3.png differ
diff --git a/storage/app/photos/jmIOizw81mlTCV83spkO5r0pEn1lAfTRYpkiBctL.png b/storage/app/photos/jmIOizw81mlTCV83spkO5r0pEn1lAfTRYpkiBctL.png
new file mode 100644
index 0000000..747c822
Binary files /dev/null and b/storage/app/photos/jmIOizw81mlTCV83spkO5r0pEn1lAfTRYpkiBctL.png differ
diff --git a/storage/app/photos/kRAGNxL3G1jSKHaVDwPvGtzsTYTqDPJ2r9Swmt2I.png b/storage/app/photos/kRAGNxL3G1jSKHaVDwPvGtzsTYTqDPJ2r9Swmt2I.png
new file mode 100644
index 0000000..a9dd6ea
Binary files /dev/null and b/storage/app/photos/kRAGNxL3G1jSKHaVDwPvGtzsTYTqDPJ2r9Swmt2I.png differ
diff --git a/storage/app/photos/kTXvjvFZe5.webp b/storage/app/photos/kTXvjvFZe5.webp
new file mode 100644
index 0000000..92ea135
Binary files /dev/null and b/storage/app/photos/kTXvjvFZe5.webp differ
diff --git a/storage/app/photos/kWIDR8FS8iodfjuKxmyRnuiplMCvQnXoo3MBCDRO.png b/storage/app/photos/kWIDR8FS8iodfjuKxmyRnuiplMCvQnXoo3MBCDRO.png
new file mode 100644
index 0000000..2a6b07b
Binary files /dev/null and b/storage/app/photos/kWIDR8FS8iodfjuKxmyRnuiplMCvQnXoo3MBCDRO.png differ
diff --git a/storage/app/photos/kkLWoPh7s6gPPGDjvhb2rLElF2Y0WMFzyCrj3PZW.png b/storage/app/photos/kkLWoPh7s6gPPGDjvhb2rLElF2Y0WMFzyCrj3PZW.png
new file mode 100644
index 0000000..b5de30d
Binary files /dev/null and b/storage/app/photos/kkLWoPh7s6gPPGDjvhb2rLElF2Y0WMFzyCrj3PZW.png differ
diff --git a/storage/app/photos/kq9l5Hf2MJLNcfqNysmV1BooPOrRaIX28AzJxbR2.png b/storage/app/photos/kq9l5Hf2MJLNcfqNysmV1BooPOrRaIX28AzJxbR2.png
new file mode 100644
index 0000000..0f4259e
Binary files /dev/null and b/storage/app/photos/kq9l5Hf2MJLNcfqNysmV1BooPOrRaIX28AzJxbR2.png differ
diff --git a/storage/app/photos/ks41Z1BqOlMxNjDV2P7pHaTBt9lCGyS3sltLitFq.png b/storage/app/photos/ks41Z1BqOlMxNjDV2P7pHaTBt9lCGyS3sltLitFq.png
new file mode 100644
index 0000000..6955847
Binary files /dev/null and b/storage/app/photos/ks41Z1BqOlMxNjDV2P7pHaTBt9lCGyS3sltLitFq.png differ
diff --git a/storage/app/photos/l6QFJILWRIfMOdH28TIRdS8sgQnGmJNDyGmUXa5g.png b/storage/app/photos/l6QFJILWRIfMOdH28TIRdS8sgQnGmJNDyGmUXa5g.png
new file mode 100644
index 0000000..e29d869
Binary files /dev/null and b/storage/app/photos/l6QFJILWRIfMOdH28TIRdS8sgQnGmJNDyGmUXa5g.png differ
diff --git a/storage/app/photos/lIGZnTBXwW.webp b/storage/app/photos/lIGZnTBXwW.webp
new file mode 100644
index 0000000..6e2520c
Binary files /dev/null and b/storage/app/photos/lIGZnTBXwW.webp differ
diff --git a/storage/app/photos/lVCdHD6d4g.webp b/storage/app/photos/lVCdHD6d4g.webp
new file mode 100644
index 0000000..b1b9c90
Binary files /dev/null and b/storage/app/photos/lVCdHD6d4g.webp differ
diff --git a/storage/app/photos/lVyk3hdUHC2xf4bdCT61rwaJXXQ49e5ryx2cBPOr.png b/storage/app/photos/lVyk3hdUHC2xf4bdCT61rwaJXXQ49e5ryx2cBPOr.png
new file mode 100644
index 0000000..7961977
Binary files /dev/null and b/storage/app/photos/lVyk3hdUHC2xf4bdCT61rwaJXXQ49e5ryx2cBPOr.png differ
diff --git a/storage/app/photos/lzBFQ0hdNt.webp b/storage/app/photos/lzBFQ0hdNt.webp
new file mode 100644
index 0000000..ea7742d
Binary files /dev/null and b/storage/app/photos/lzBFQ0hdNt.webp differ
diff --git a/storage/app/photos/m2p49p90m3yBFuw0DvrLnen3EVmUWDGiGoBWShmy.png b/storage/app/photos/m2p49p90m3yBFuw0DvrLnen3EVmUWDGiGoBWShmy.png
new file mode 100644
index 0000000..7bab018
Binary files /dev/null and b/storage/app/photos/m2p49p90m3yBFuw0DvrLnen3EVmUWDGiGoBWShmy.png differ
diff --git a/storage/app/photos/mGUj1GRAWhD8po3uIsTnXpHtkrGh5FPzAN5T3UtD.png b/storage/app/photos/mGUj1GRAWhD8po3uIsTnXpHtkrGh5FPzAN5T3UtD.png
new file mode 100644
index 0000000..43ef810
Binary files /dev/null and b/storage/app/photos/mGUj1GRAWhD8po3uIsTnXpHtkrGh5FPzAN5T3UtD.png differ
diff --git a/storage/app/photos/mlQGiAwOvl.webp b/storage/app/photos/mlQGiAwOvl.webp
new file mode 100644
index 0000000..930bd1e
Binary files /dev/null and b/storage/app/photos/mlQGiAwOvl.webp differ
diff --git a/storage/app/photos/mp4I9IH2k5n87flARDKwcOlQ9Hfii0pWr30b7wYB.png b/storage/app/photos/mp4I9IH2k5n87flARDKwcOlQ9Hfii0pWr30b7wYB.png
new file mode 100644
index 0000000..7fa4a33
Binary files /dev/null and b/storage/app/photos/mp4I9IH2k5n87flARDKwcOlQ9Hfii0pWr30b7wYB.png differ
diff --git a/storage/app/photos/mzkv7fWVcNjSq6NNbCQYQJrhOTmCE9Bdz7hMIADm.png b/storage/app/photos/mzkv7fWVcNjSq6NNbCQYQJrhOTmCE9Bdz7hMIADm.png
new file mode 100644
index 0000000..b1004fb
Binary files /dev/null and b/storage/app/photos/mzkv7fWVcNjSq6NNbCQYQJrhOTmCE9Bdz7hMIADm.png differ
diff --git a/storage/app/photos/nNXT7hr6x3DwQpt34Meumay1Bgv0AFdGkMPLIQFt.png b/storage/app/photos/nNXT7hr6x3DwQpt34Meumay1Bgv0AFdGkMPLIQFt.png
new file mode 100644
index 0000000..d34bbc1
Binary files /dev/null and b/storage/app/photos/nNXT7hr6x3DwQpt34Meumay1Bgv0AFdGkMPLIQFt.png differ
diff --git a/storage/app/photos/nocepFI1gC.webp b/storage/app/photos/nocepFI1gC.webp
new file mode 100644
index 0000000..7b0cdd1
Binary files /dev/null and b/storage/app/photos/nocepFI1gC.webp differ
diff --git a/storage/app/photos/ntFnWKbFs0.webp b/storage/app/photos/ntFnWKbFs0.webp
new file mode 100644
index 0000000..07171ae
Binary files /dev/null and b/storage/app/photos/ntFnWKbFs0.webp differ
diff --git a/storage/app/photos/oBaKM44NjU.webp b/storage/app/photos/oBaKM44NjU.webp
new file mode 100644
index 0000000..06336c5
Binary files /dev/null and b/storage/app/photos/oBaKM44NjU.webp differ
diff --git a/storage/app/photos/oazGH0aZEEjS1Rn8TNTIB3AP342CWfz9GB7sQRvb.png b/storage/app/photos/oazGH0aZEEjS1Rn8TNTIB3AP342CWfz9GB7sQRvb.png
new file mode 100644
index 0000000..a1c5764
Binary files /dev/null and b/storage/app/photos/oazGH0aZEEjS1Rn8TNTIB3AP342CWfz9GB7sQRvb.png differ
diff --git a/storage/app/photos/og8qcUlrAdjEfPOPVqo8leWI4iRMuoXMCBhD28k5.png b/storage/app/photos/og8qcUlrAdjEfPOPVqo8leWI4iRMuoXMCBhD28k5.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/og8qcUlrAdjEfPOPVqo8leWI4iRMuoXMCBhD28k5.png differ
diff --git a/storage/app/photos/omtKlw7rnj.webp b/storage/app/photos/omtKlw7rnj.webp
new file mode 100644
index 0000000..895fd3e
Binary files /dev/null and b/storage/app/photos/omtKlw7rnj.webp differ
diff --git a/storage/app/photos/osFeJc1Qtl.webp b/storage/app/photos/osFeJc1Qtl.webp
new file mode 100644
index 0000000..5fa40d6
Binary files /dev/null and b/storage/app/photos/osFeJc1Qtl.webp differ
diff --git a/storage/app/photos/oyTdumpOAk.webp b/storage/app/photos/oyTdumpOAk.webp
new file mode 100644
index 0000000..609e6cb
Binary files /dev/null and b/storage/app/photos/oyTdumpOAk.webp differ
diff --git a/storage/app/photos/p1PmNR51uC.webp b/storage/app/photos/p1PmNR51uC.webp
new file mode 100644
index 0000000..9f90bd2
Binary files /dev/null and b/storage/app/photos/p1PmNR51uC.webp differ
diff --git a/storage/app/photos/p5QzbbZbIq.webp b/storage/app/photos/p5QzbbZbIq.webp
new file mode 100644
index 0000000..6a54539
Binary files /dev/null and b/storage/app/photos/p5QzbbZbIq.webp differ
diff --git a/storage/app/photos/pQVuTWJkuJ.webp b/storage/app/photos/pQVuTWJkuJ.webp
new file mode 100644
index 0000000..c682122
Binary files /dev/null and b/storage/app/photos/pQVuTWJkuJ.webp differ
diff --git a/storage/app/photos/pVGPspGooT.webp b/storage/app/photos/pVGPspGooT.webp
new file mode 100644
index 0000000..e4e352b
Binary files /dev/null and b/storage/app/photos/pVGPspGooT.webp differ
diff --git a/storage/app/photos/pYy34cIbW0.webp b/storage/app/photos/pYy34cIbW0.webp
new file mode 100644
index 0000000..5fa40d6
Binary files /dev/null and b/storage/app/photos/pYy34cIbW0.webp differ
diff --git a/storage/app/photos/pjuqf5YkI7XyOD00D5rucqri7UtofiZuEo2l9u19.png b/storage/app/photos/pjuqf5YkI7XyOD00D5rucqri7UtofiZuEo2l9u19.png
new file mode 100644
index 0000000..69dfc65
Binary files /dev/null and b/storage/app/photos/pjuqf5YkI7XyOD00D5rucqri7UtofiZuEo2l9u19.png differ
diff --git a/storage/app/photos/pmJoHXL9UH.webp b/storage/app/photos/pmJoHXL9UH.webp
new file mode 100644
index 0000000..9daacdc
Binary files /dev/null and b/storage/app/photos/pmJoHXL9UH.webp differ
diff --git a/storage/app/photos/qBYr7RVhee.webp b/storage/app/photos/qBYr7RVhee.webp
new file mode 100644
index 0000000..7224b8f
Binary files /dev/null and b/storage/app/photos/qBYr7RVhee.webp differ
diff --git a/storage/app/photos/qBp0m9pTTu.webp b/storage/app/photos/qBp0m9pTTu.webp
new file mode 100644
index 0000000..00d516c
Binary files /dev/null and b/storage/app/photos/qBp0m9pTTu.webp differ
diff --git a/storage/app/photos/qOToutFzTxxf8vwUXUzTqf0RPkvH9lOp8HZUcLFo.png b/storage/app/photos/qOToutFzTxxf8vwUXUzTqf0RPkvH9lOp8HZUcLFo.png
new file mode 100644
index 0000000..a85238f
Binary files /dev/null and b/storage/app/photos/qOToutFzTxxf8vwUXUzTqf0RPkvH9lOp8HZUcLFo.png differ
diff --git a/storage/app/photos/qQB0Gi8LWV.webp b/storage/app/photos/qQB0Gi8LWV.webp
new file mode 100644
index 0000000..81f9deb
Binary files /dev/null and b/storage/app/photos/qQB0Gi8LWV.webp differ
diff --git a/storage/app/photos/qRvmjokvlltgXZsguO97Qor2AWDbfGBKqusXn1Uq.jpg b/storage/app/photos/qRvmjokvlltgXZsguO97Qor2AWDbfGBKqusXn1Uq.jpg
new file mode 100644
index 0000000..82da1b9
Binary files /dev/null and b/storage/app/photos/qRvmjokvlltgXZsguO97Qor2AWDbfGBKqusXn1Uq.jpg differ
diff --git a/storage/app/photos/qdKBlNkeiP.webp b/storage/app/photos/qdKBlNkeiP.webp
new file mode 100644
index 0000000..98b1848
Binary files /dev/null and b/storage/app/photos/qdKBlNkeiP.webp differ
diff --git a/storage/app/photos/rDJMygZxNHL2jUgUREFeJASMCYeXRQzZBqLvx5zM.png b/storage/app/photos/rDJMygZxNHL2jUgUREFeJASMCYeXRQzZBqLvx5zM.png
new file mode 100644
index 0000000..1b1d69e
Binary files /dev/null and b/storage/app/photos/rDJMygZxNHL2jUgUREFeJASMCYeXRQzZBqLvx5zM.png differ
diff --git a/storage/app/photos/rKjY1L0F59KwBD6aKhQm4fw3Z1i5QGXyN5H0N95L.png b/storage/app/photos/rKjY1L0F59KwBD6aKhQm4fw3Z1i5QGXyN5H0N95L.png
new file mode 100644
index 0000000..91d942d
Binary files /dev/null and b/storage/app/photos/rKjY1L0F59KwBD6aKhQm4fw3Z1i5QGXyN5H0N95L.png differ
diff --git a/storage/app/photos/rNXRM7m7cr.webp b/storage/app/photos/rNXRM7m7cr.webp
new file mode 100644
index 0000000..9d8402a
Binary files /dev/null and b/storage/app/photos/rNXRM7m7cr.webp differ
diff --git a/storage/app/photos/rRhrcMq6ZdOIvbYhpZ3s74ccSMFDJusgSzQM8WGL.png b/storage/app/photos/rRhrcMq6ZdOIvbYhpZ3s74ccSMFDJusgSzQM8WGL.png
new file mode 100644
index 0000000..473be0d
Binary files /dev/null and b/storage/app/photos/rRhrcMq6ZdOIvbYhpZ3s74ccSMFDJusgSzQM8WGL.png differ
diff --git a/storage/app/photos/rUqpxRiGAaZR7t753VjjVuw4RijbRvsfWnEKx1iU.png b/storage/app/photos/rUqpxRiGAaZR7t753VjjVuw4RijbRvsfWnEKx1iU.png
new file mode 100644
index 0000000..2952136
Binary files /dev/null and b/storage/app/photos/rUqpxRiGAaZR7t753VjjVuw4RijbRvsfWnEKx1iU.png differ
diff --git a/storage/app/photos/rVC5v1iLT2cswbpgttPQG1mScZd8DI898WFlLmMy.png b/storage/app/photos/rVC5v1iLT2cswbpgttPQG1mScZd8DI898WFlLmMy.png
new file mode 100644
index 0000000..1b80926
Binary files /dev/null and b/storage/app/photos/rVC5v1iLT2cswbpgttPQG1mScZd8DI898WFlLmMy.png differ
diff --git a/storage/app/photos/rWeEIjiKXD.webp b/storage/app/photos/rWeEIjiKXD.webp
new file mode 100644
index 0000000..a242dbb
Binary files /dev/null and b/storage/app/photos/rWeEIjiKXD.webp differ
diff --git a/storage/app/photos/rq1lTGUl5YtbbwdzNb7CTywYFnJ3wP2CUwfkRuNm.png b/storage/app/photos/rq1lTGUl5YtbbwdzNb7CTywYFnJ3wP2CUwfkRuNm.png
new file mode 100644
index 0000000..1dd35eb
Binary files /dev/null and b/storage/app/photos/rq1lTGUl5YtbbwdzNb7CTywYFnJ3wP2CUwfkRuNm.png differ
diff --git a/storage/app/photos/ruktjvHnuUbdUWepk6OkDmFV0lVKqiYsNeegDbBv.png b/storage/app/photos/ruktjvHnuUbdUWepk6OkDmFV0lVKqiYsNeegDbBv.png
new file mode 100644
index 0000000..747c822
Binary files /dev/null and b/storage/app/photos/ruktjvHnuUbdUWepk6OkDmFV0lVKqiYsNeegDbBv.png differ
diff --git a/storage/app/photos/sEcwhllQwfDYmxxB4EWiIIoz2ixnylEejqXKsmHk.png b/storage/app/photos/sEcwhllQwfDYmxxB4EWiIIoz2ixnylEejqXKsmHk.png
new file mode 100644
index 0000000..880c5f7
Binary files /dev/null and b/storage/app/photos/sEcwhllQwfDYmxxB4EWiIIoz2ixnylEejqXKsmHk.png differ
diff --git a/storage/app/photos/sEoC8j6ygPZtD8ncHUyTjLteSc5rcXpx9BAy8Ure.png b/storage/app/photos/sEoC8j6ygPZtD8ncHUyTjLteSc5rcXpx9BAy8Ure.png
new file mode 100644
index 0000000..f1c67ca
Binary files /dev/null and b/storage/app/photos/sEoC8j6ygPZtD8ncHUyTjLteSc5rcXpx9BAy8Ure.png differ
diff --git a/storage/app/photos/sPjCyrbWaK.webp b/storage/app/photos/sPjCyrbWaK.webp
new file mode 100644
index 0000000..6225396
Binary files /dev/null and b/storage/app/photos/sPjCyrbWaK.webp differ
diff --git a/storage/app/photos/sR6f1UinY7FnfCWhtMsbxxHDj2zgybMaXyWzzFKO.png b/storage/app/photos/sR6f1UinY7FnfCWhtMsbxxHDj2zgybMaXyWzzFKO.png
new file mode 100644
index 0000000..e09daaa
Binary files /dev/null and b/storage/app/photos/sR6f1UinY7FnfCWhtMsbxxHDj2zgybMaXyWzzFKO.png differ
diff --git a/storage/app/photos/sgYiqaOEfVJoy1xKC2Y3Z1nbRr3k5Zye22xWz4Ph.png b/storage/app/photos/sgYiqaOEfVJoy1xKC2Y3Z1nbRr3k5Zye22xWz4Ph.png
new file mode 100644
index 0000000..11b1a09
Binary files /dev/null and b/storage/app/photos/sgYiqaOEfVJoy1xKC2Y3Z1nbRr3k5Zye22xWz4Ph.png differ
diff --git a/storage/app/photos/szY2sf4lFaHcOcrkQz0cCmtc4rNgCX85LwMGAO5b.png b/storage/app/photos/szY2sf4lFaHcOcrkQz0cCmtc4rNgCX85LwMGAO5b.png
new file mode 100644
index 0000000..1dd35eb
Binary files /dev/null and b/storage/app/photos/szY2sf4lFaHcOcrkQz0cCmtc4rNgCX85LwMGAO5b.png differ
diff --git a/storage/app/photos/t5uy86ubg5rm6XFDcaYxyhk75rUsonFLY8Ic4qIL.jpg b/storage/app/photos/t5uy86ubg5rm6XFDcaYxyhk75rUsonFLY8Ic4qIL.jpg
new file mode 100644
index 0000000..7587e32
Binary files /dev/null and b/storage/app/photos/t5uy86ubg5rm6XFDcaYxyhk75rUsonFLY8Ic4qIL.jpg differ
diff --git a/storage/app/photos/t7IsgNZPC7.webp b/storage/app/photos/t7IsgNZPC7.webp
new file mode 100644
index 0000000..3a1bbbb
Binary files /dev/null and b/storage/app/photos/t7IsgNZPC7.webp differ
diff --git a/storage/app/photos/t7UMSkKxxK.webp b/storage/app/photos/t7UMSkKxxK.webp
new file mode 100644
index 0000000..5f85099
Binary files /dev/null and b/storage/app/photos/t7UMSkKxxK.webp differ
diff --git a/storage/app/photos/tArURUorCK.webp b/storage/app/photos/tArURUorCK.webp
new file mode 100644
index 0000000..9acda6d
Binary files /dev/null and b/storage/app/photos/tArURUorCK.webp differ
diff --git a/storage/app/photos/tExX1H9sfEjU3ndg5TMSn4tvXpGJcTG1K8xlYluZ.png b/storage/app/photos/tExX1H9sfEjU3ndg5TMSn4tvXpGJcTG1K8xlYluZ.png
new file mode 100644
index 0000000..747c822
Binary files /dev/null and b/storage/app/photos/tExX1H9sfEjU3ndg5TMSn4tvXpGJcTG1K8xlYluZ.png differ
diff --git a/storage/app/photos/tKToegrFCc.webp b/storage/app/photos/tKToegrFCc.webp
new file mode 100644
index 0000000..de50c9b
Binary files /dev/null and b/storage/app/photos/tKToegrFCc.webp differ
diff --git a/storage/app/photos/tOY4EEP5Bn.webp b/storage/app/photos/tOY4EEP5Bn.webp
new file mode 100644
index 0000000..ac4bceb
Binary files /dev/null and b/storage/app/photos/tOY4EEP5Bn.webp differ
diff --git a/storage/app/photos/tXaS4Eb4Oq9UZP9NV7b5LPnP9ZKjglX1yiLWftUy.png b/storage/app/photos/tXaS4Eb4Oq9UZP9NV7b5LPnP9ZKjglX1yiLWftUy.png
new file mode 100644
index 0000000..fc568cf
Binary files /dev/null and b/storage/app/photos/tXaS4Eb4Oq9UZP9NV7b5LPnP9ZKjglX1yiLWftUy.png differ
diff --git a/storage/app/photos/tfVfvHy3eRXLKVhY892SsjUTNJ1SAHUuW7d95A50.png b/storage/app/photos/tfVfvHy3eRXLKVhY892SsjUTNJ1SAHUuW7d95A50.png
new file mode 100644
index 0000000..a061250
Binary files /dev/null and b/storage/app/photos/tfVfvHy3eRXLKVhY892SsjUTNJ1SAHUuW7d95A50.png differ
diff --git a/storage/app/photos/tjxeKCyxaMcH34kF1jdoX7sn2IRAOfO6vrHiawYb.png b/storage/app/photos/tjxeKCyxaMcH34kF1jdoX7sn2IRAOfO6vrHiawYb.png
new file mode 100644
index 0000000..0927398
Binary files /dev/null and b/storage/app/photos/tjxeKCyxaMcH34kF1jdoX7sn2IRAOfO6vrHiawYb.png differ
diff --git a/storage/app/photos/u1eoSaZufrKB2nhvfaQgaKHVbIBikP1mnzr2Djpg.png b/storage/app/photos/u1eoSaZufrKB2nhvfaQgaKHVbIBikP1mnzr2Djpg.png
new file mode 100644
index 0000000..762a824
Binary files /dev/null and b/storage/app/photos/u1eoSaZufrKB2nhvfaQgaKHVbIBikP1mnzr2Djpg.png differ
diff --git a/storage/app/photos/u4FpBW15OHRENf7TMtbWQQIO09CWZjg5QNPRZqSX.png b/storage/app/photos/u4FpBW15OHRENf7TMtbWQQIO09CWZjg5QNPRZqSX.png
new file mode 100644
index 0000000..433f2ab
Binary files /dev/null and b/storage/app/photos/u4FpBW15OHRENf7TMtbWQQIO09CWZjg5QNPRZqSX.png differ
diff --git a/storage/app/photos/u5ctpJbEMaCdbDogs3jbqTNvm860mJ4CMzduEGwa.png b/storage/app/photos/u5ctpJbEMaCdbDogs3jbqTNvm860mJ4CMzduEGwa.png
new file mode 100644
index 0000000..747c822
Binary files /dev/null and b/storage/app/photos/u5ctpJbEMaCdbDogs3jbqTNvm860mJ4CMzduEGwa.png differ
diff --git a/storage/app/photos/u9GWSqposG.webp b/storage/app/photos/u9GWSqposG.webp
new file mode 100644
index 0000000..3e59733
Binary files /dev/null and b/storage/app/photos/u9GWSqposG.webp differ
diff --git a/storage/app/photos/uQgAhfgfD2LfDRV3qkZa46GGt55Iw0VFvpSUHnGF.png b/storage/app/photos/uQgAhfgfD2LfDRV3qkZa46GGt55Iw0VFvpSUHnGF.png
new file mode 100644
index 0000000..5b6417f
Binary files /dev/null and b/storage/app/photos/uQgAhfgfD2LfDRV3qkZa46GGt55Iw0VFvpSUHnGF.png differ
diff --git a/storage/app/photos/uW0ZUAtSey.webp b/storage/app/photos/uW0ZUAtSey.webp
new file mode 100644
index 0000000..675baa6
Binary files /dev/null and b/storage/app/photos/uW0ZUAtSey.webp differ
diff --git a/storage/app/photos/uob6XXD9cehraHWJsNTk4ztlhwfoiU3Kyo4JK0Qv.png b/storage/app/photos/uob6XXD9cehraHWJsNTk4ztlhwfoiU3Kyo4JK0Qv.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/uob6XXD9cehraHWJsNTk4ztlhwfoiU3Kyo4JK0Qv.png differ
diff --git a/storage/app/photos/uyLeM9v3Bo3T3EOnwgCXLy4NGdlPI8Avsp4uVHZo.png b/storage/app/photos/uyLeM9v3Bo3T3EOnwgCXLy4NGdlPI8Avsp4uVHZo.png
new file mode 100644
index 0000000..09cd87b
Binary files /dev/null and b/storage/app/photos/uyLeM9v3Bo3T3EOnwgCXLy4NGdlPI8Avsp4uVHZo.png differ
diff --git a/storage/app/photos/uyQRz5A5QVOrnUqNiwllL52rAkL8xrgPL2Hh4ReR.png b/storage/app/photos/uyQRz5A5QVOrnUqNiwllL52rAkL8xrgPL2Hh4ReR.png
new file mode 100644
index 0000000..1591173
Binary files /dev/null and b/storage/app/photos/uyQRz5A5QVOrnUqNiwllL52rAkL8xrgPL2Hh4ReR.png differ
diff --git a/storage/app/photos/v0yCGPvX1PMdrnqI0Yxv7vlgNWnC4kTfLenyhUSF.png b/storage/app/photos/v0yCGPvX1PMdrnqI0Yxv7vlgNWnC4kTfLenyhUSF.png
new file mode 100644
index 0000000..584318c
Binary files /dev/null and b/storage/app/photos/v0yCGPvX1PMdrnqI0Yxv7vlgNWnC4kTfLenyhUSF.png differ
diff --git a/storage/app/photos/v2K3Qwr0srjE3NXeX1cEIHCEuMEwMbElhlmE1E1Q.png b/storage/app/photos/v2K3Qwr0srjE3NXeX1cEIHCEuMEwMbElhlmE1E1Q.png
new file mode 100644
index 0000000..0804b41
Binary files /dev/null and b/storage/app/photos/v2K3Qwr0srjE3NXeX1cEIHCEuMEwMbElhlmE1E1Q.png differ
diff --git a/storage/app/photos/vN7U2nQG9C.webp b/storage/app/photos/vN7U2nQG9C.webp
new file mode 100644
index 0000000..14da341
Binary files /dev/null and b/storage/app/photos/vN7U2nQG9C.webp differ
diff --git a/storage/app/photos/vqIOlezGSF9frlsP2ACgt6jLmP74mp4OdVv7zdfn.jpg b/storage/app/photos/vqIOlezGSF9frlsP2ACgt6jLmP74mp4OdVv7zdfn.jpg
new file mode 100644
index 0000000..e91a5e4
Binary files /dev/null and b/storage/app/photos/vqIOlezGSF9frlsP2ACgt6jLmP74mp4OdVv7zdfn.jpg differ
diff --git a/storage/app/photos/vtfxydASMaCZBx0lSYzjXVOQedKrs67RFmESGbL5.png b/storage/app/photos/vtfxydASMaCZBx0lSYzjXVOQedKrs67RFmESGbL5.png
new file mode 100644
index 0000000..85eca94
Binary files /dev/null and b/storage/app/photos/vtfxydASMaCZBx0lSYzjXVOQedKrs67RFmESGbL5.png differ
diff --git a/storage/app/photos/vtqsdYzpjGfHgrH7IU0LoyoeOjAEqd8MGmEsyafQ.png b/storage/app/photos/vtqsdYzpjGfHgrH7IU0LoyoeOjAEqd8MGmEsyafQ.png
new file mode 100644
index 0000000..9d33986
Binary files /dev/null and b/storage/app/photos/vtqsdYzpjGfHgrH7IU0LoyoeOjAEqd8MGmEsyafQ.png differ
diff --git a/storage/app/photos/vwbD0WmWVgAU05WBZkkpzNJbcrzKTQBIpiF0jk0N.png b/storage/app/photos/vwbD0WmWVgAU05WBZkkpzNJbcrzKTQBIpiF0jk0N.png
new file mode 100644
index 0000000..ec9dde1
Binary files /dev/null and b/storage/app/photos/vwbD0WmWVgAU05WBZkkpzNJbcrzKTQBIpiF0jk0N.png differ
diff --git a/storage/app/photos/vzW5bFoAgMOXmal2dJhNVQ2tZt4YNoL6gPV4rPUt.png b/storage/app/photos/vzW5bFoAgMOXmal2dJhNVQ2tZt4YNoL6gPV4rPUt.png
new file mode 100644
index 0000000..32baa7c
Binary files /dev/null and b/storage/app/photos/vzW5bFoAgMOXmal2dJhNVQ2tZt4YNoL6gPV4rPUt.png differ
diff --git a/storage/app/photos/w8FFaLtNICK5pezFrfHi1hZt1CstZGeteqJM3lAp.png b/storage/app/photos/w8FFaLtNICK5pezFrfHi1hZt1CstZGeteqJM3lAp.png
new file mode 100644
index 0000000..e94fcc0
Binary files /dev/null and b/storage/app/photos/w8FFaLtNICK5pezFrfHi1hZt1CstZGeteqJM3lAp.png differ
diff --git a/storage/app/photos/wEWMZel4Vb.webp b/storage/app/photos/wEWMZel4Vb.webp
new file mode 100644
index 0000000..d0a05da
Binary files /dev/null and b/storage/app/photos/wEWMZel4Vb.webp differ
diff --git a/storage/app/photos/wJ336pD9Z4bYbUSgLSveuxYC4KoqliV9uGf6wHPW.png b/storage/app/photos/wJ336pD9Z4bYbUSgLSveuxYC4KoqliV9uGf6wHPW.png
new file mode 100644
index 0000000..fdcd085
Binary files /dev/null and b/storage/app/photos/wJ336pD9Z4bYbUSgLSveuxYC4KoqliV9uGf6wHPW.png differ
diff --git a/storage/app/photos/wbKJQ7THTT.webp b/storage/app/photos/wbKJQ7THTT.webp
new file mode 100644
index 0000000..13dab85
Binary files /dev/null and b/storage/app/photos/wbKJQ7THTT.webp differ
diff --git a/storage/app/photos/wf3kqawP9tkzC8vVlm3ynwjXtX6pERN8A24XBDRU.png b/storage/app/photos/wf3kqawP9tkzC8vVlm3ynwjXtX6pERN8A24XBDRU.png
new file mode 100644
index 0000000..747c822
Binary files /dev/null and b/storage/app/photos/wf3kqawP9tkzC8vVlm3ynwjXtX6pERN8A24XBDRU.png differ
diff --git a/storage/app/photos/wlK6NqHQ8vFrcotd2wlKoiAC2Z7Dkxhdwk2jbOt3.png b/storage/app/photos/wlK6NqHQ8vFrcotd2wlKoiAC2Z7Dkxhdwk2jbOt3.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/wlK6NqHQ8vFrcotd2wlKoiAC2Z7Dkxhdwk2jbOt3.png differ
diff --git a/storage/app/photos/wqe67Gn9vL3EVklpmlkdOtRaaJTzff2w3b2wa4N9.png b/storage/app/photos/wqe67Gn9vL3EVklpmlkdOtRaaJTzff2w3b2wa4N9.png
new file mode 100644
index 0000000..ff66253
Binary files /dev/null and b/storage/app/photos/wqe67Gn9vL3EVklpmlkdOtRaaJTzff2w3b2wa4N9.png differ
diff --git a/storage/app/photos/x97OssnmjQ7RmVuNzhCC3SvRC9d0Zi34Y7cbMGBD.png b/storage/app/photos/x97OssnmjQ7RmVuNzhCC3SvRC9d0Zi34Y7cbMGBD.png
new file mode 100644
index 0000000..69df8a4
Binary files /dev/null and b/storage/app/photos/x97OssnmjQ7RmVuNzhCC3SvRC9d0Zi34Y7cbMGBD.png differ
diff --git a/storage/app/photos/xBeNarAAMnX1Hl9XxrAJeonwxEeeU7mbHPAnR7bw.png b/storage/app/photos/xBeNarAAMnX1Hl9XxrAJeonwxEeeU7mbHPAnR7bw.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/xBeNarAAMnX1Hl9XxrAJeonwxEeeU7mbHPAnR7bw.png differ
diff --git a/storage/app/photos/xKkpiV48KJLfpLVpteE3lCJaS6xgmP7NPbczAVlw.jpg b/storage/app/photos/xKkpiV48KJLfpLVpteE3lCJaS6xgmP7NPbczAVlw.jpg
new file mode 100644
index 0000000..3d73cb7
Binary files /dev/null and b/storage/app/photos/xKkpiV48KJLfpLVpteE3lCJaS6xgmP7NPbczAVlw.jpg differ
diff --git a/storage/app/photos/xMl97eAEzf.webp b/storage/app/photos/xMl97eAEzf.webp
new file mode 100644
index 0000000..5c6eb7c
Binary files /dev/null and b/storage/app/photos/xMl97eAEzf.webp differ
diff --git a/storage/app/photos/xUkUe3Z1GE.webp b/storage/app/photos/xUkUe3Z1GE.webp
new file mode 100644
index 0000000..f19ba98
Binary files /dev/null and b/storage/app/photos/xUkUe3Z1GE.webp differ
diff --git a/storage/app/photos/xXj3cRtrCwQLc8YUMDgrqOm9AlsQ20tNdQqN6iRa.png b/storage/app/photos/xXj3cRtrCwQLc8YUMDgrqOm9AlsQ20tNdQqN6iRa.png
new file mode 100644
index 0000000..f1848e6
Binary files /dev/null and b/storage/app/photos/xXj3cRtrCwQLc8YUMDgrqOm9AlsQ20tNdQqN6iRa.png differ
diff --git a/storage/app/photos/xdd7N4uG3JFer8ium5NHj0JO4eqw9QehemWTSO95.png b/storage/app/photos/xdd7N4uG3JFer8ium5NHj0JO4eqw9QehemWTSO95.png
new file mode 100644
index 0000000..6424745
Binary files /dev/null and b/storage/app/photos/xdd7N4uG3JFer8ium5NHj0JO4eqw9QehemWTSO95.png differ
diff --git a/storage/app/photos/xfd62x7Naz5q6pn5YC983CpN8TshBFlcW9Ca5NLk.png b/storage/app/photos/xfd62x7Naz5q6pn5YC983CpN8TshBFlcW9Ca5NLk.png
new file mode 100644
index 0000000..a3e3606
Binary files /dev/null and b/storage/app/photos/xfd62x7Naz5q6pn5YC983CpN8TshBFlcW9Ca5NLk.png differ
diff --git a/storage/app/photos/yB1SAi6rilD45urlbDX45Pe5Y98utQxIeJaURRlq.png b/storage/app/photos/yB1SAi6rilD45urlbDX45Pe5Y98utQxIeJaURRlq.png
new file mode 100644
index 0000000..3ec0b08
Binary files /dev/null and b/storage/app/photos/yB1SAi6rilD45urlbDX45Pe5Y98utQxIeJaURRlq.png differ
diff --git a/storage/app/photos/yUBgzoYRl7.webp b/storage/app/photos/yUBgzoYRl7.webp
new file mode 100644
index 0000000..b645b69
Binary files /dev/null and b/storage/app/photos/yUBgzoYRl7.webp differ
diff --git a/storage/app/photos/yeHnifs6pW.webp b/storage/app/photos/yeHnifs6pW.webp
new file mode 100644
index 0000000..2f665ed
Binary files /dev/null and b/storage/app/photos/yeHnifs6pW.webp differ
diff --git a/storage/app/photos/ytHE547cNgYjboEWS7Gr3c51sf2IdIjAy0KXgtWW.png b/storage/app/photos/ytHE547cNgYjboEWS7Gr3c51sf2IdIjAy0KXgtWW.png
new file mode 100644
index 0000000..978c971
Binary files /dev/null and b/storage/app/photos/ytHE547cNgYjboEWS7Gr3c51sf2IdIjAy0KXgtWW.png differ
diff --git a/storage/app/photos/zGDkmnXi7nzkTVSYifnb4nOlSTsbJ3Sl5s2yaoGu.png b/storage/app/photos/zGDkmnXi7nzkTVSYifnb4nOlSTsbJ3Sl5s2yaoGu.png
new file mode 100644
index 0000000..415be1c
Binary files /dev/null and b/storage/app/photos/zGDkmnXi7nzkTVSYifnb4nOlSTsbJ3Sl5s2yaoGu.png differ
diff --git a/storage/app/photos/zZ5Z2crlBwSOIWTPggGhvcQmm6mXs6G6ZXPTNdkf.jpg b/storage/app/photos/zZ5Z2crlBwSOIWTPggGhvcQmm6mXs6G6ZXPTNdkf.jpg
new file mode 100644
index 0000000..da542d9
Binary files /dev/null and b/storage/app/photos/zZ5Z2crlBwSOIWTPggGhvcQmm6mXs6G6ZXPTNdkf.jpg differ
diff --git a/storage/app/photos/ze7qC02gxVsY04lDvUvxZ0yDLyNHZsSb5KRBli5A.png b/storage/app/photos/ze7qC02gxVsY04lDvUvxZ0yDLyNHZsSb5KRBli5A.png
new file mode 100644
index 0000000..1d87da9
Binary files /dev/null and b/storage/app/photos/ze7qC02gxVsY04lDvUvxZ0yDLyNHZsSb5KRBli5A.png differ
diff --git a/storage/app/photos/zezGI9AqNxAWpRATQOQBfsBAfIoqbUk3HE2zcWGV.png b/storage/app/photos/zezGI9AqNxAWpRATQOQBfsBAfIoqbUk3HE2zcWGV.png
new file mode 100644
index 0000000..d76b0a2
Binary files /dev/null and b/storage/app/photos/zezGI9AqNxAWpRATQOQBfsBAfIoqbUk3HE2zcWGV.png differ
diff --git a/storage/app/photos/zlcDHDQX3Q.webp b/storage/app/photos/zlcDHDQX3Q.webp
new file mode 100644
index 0000000..0c89a7e
Binary files /dev/null and b/storage/app/photos/zlcDHDQX3Q.webp differ
diff --git a/storage/app/photos/zq6kddzbAgkoo1C9cDRU8KDGuKVf2ehHPPppmgs6.jpg b/storage/app/photos/zq6kddzbAgkoo1C9cDRU8KDGuKVf2ehHPPppmgs6.jpg
new file mode 100644
index 0000000..56100c0
Binary files /dev/null and b/storage/app/photos/zq6kddzbAgkoo1C9cDRU8KDGuKVf2ehHPPppmgs6.jpg differ
diff --git a/storage/app/photos/zqvgSPlXPe.webp b/storage/app/photos/zqvgSPlXPe.webp
new file mode 100644
index 0000000..dceb37a
Binary files /dev/null and b/storage/app/photos/zqvgSPlXPe.webp differ
diff --git a/storage/app/storage/Q4EuuZApU9.webp b/storage/app/storage/Q4EuuZApU9.webp
new file mode 100644
index 0000000..dceb37a
Binary files /dev/null and b/storage/app/storage/Q4EuuZApU9.webp differ
diff --git a/storage/app/storage/RqBP0xGkHpAJaCkX85EHLDjnt3v8WDzCPsaUfL9N.png b/storage/app/storage/RqBP0xGkHpAJaCkX85EHLDjnt3v8WDzCPsaUfL9N.png
new file mode 100644
index 0000000..cdb1e6d
Binary files /dev/null and b/storage/app/storage/RqBP0xGkHpAJaCkX85EHLDjnt3v8WDzCPsaUfL9N.png differ
diff --git a/storage/app/storage/mdmBiHcYIcGT0TjqSK3uUKDEDVYYrDaxzIPzXgmQ.png b/storage/app/storage/mdmBiHcYIcGT0TjqSK3uUKDEDVYYrDaxzIPzXgmQ.png
new file mode 100644
index 0000000..9ddab79
Binary files /dev/null and b/storage/app/storage/mdmBiHcYIcGT0TjqSK3uUKDEDVYYrDaxzIPzXgmQ.png differ
diff --git a/storage/app/storage/yoYg3f3LXM.webp b/storage/app/storage/yoYg3f3LXM.webp
new file mode 100644
index 0000000..066c405
Binary files /dev/null and b/storage/app/storage/yoYg3f3LXM.webp differ
diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore
new file mode 100644
index 0000000..05c4471
--- /dev/null
+++ b/storage/framework/.gitignore
@@ -0,0 +1,9 @@
+compiled.php
+config.php
+down
+events.scanned.php
+maintenance.php
+routes.php
+routes.scanned.php
+schedule-*
+services.json
diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore
new file mode 100644
index 0000000..01e4a6c
--- /dev/null
+++ b/storage/framework/cache/.gitignore
@@ -0,0 +1,3 @@
+*
+!data/
+!.gitignore
diff --git a/storage/framework/cache/data/.gitignore b/storage/framework/cache/data/.gitignore
new file mode 100644
index 0000000..d6b7ef3
--- /dev/null
+++ b/storage/framework/cache/data/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/storage/framework/sessions/.gitignore b/storage/framework/sessions/.gitignore
new file mode 100644
index 0000000..d6b7ef3
--- /dev/null
+++ b/storage/framework/sessions/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/storage/framework/testing/.gitignore b/storage/framework/testing/.gitignore
new file mode 100644
index 0000000..d6b7ef3
--- /dev/null
+++ b/storage/framework/testing/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/storage/framework/views/.gitignore b/storage/framework/views/.gitignore
new file mode 100644
index 0000000..d6b7ef3
--- /dev/null
+++ b/storage/framework/views/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/storage/logs/.gitignore b/storage/logs/.gitignore
new file mode 100644
index 0000000..d6b7ef3
--- /dev/null
+++ b/storage/logs/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/tailwind.config.js b/tailwind.config.js
new file mode 100644
index 0000000..0c2a35a
--- /dev/null
+++ b/tailwind.config.js
@@ -0,0 +1,23 @@
+const defaultTheme = require('tailwindcss/defaultTheme');
+
+/** @type {import('tailwindcss').Config} */
+module.exports = {
+ content: [
+ './vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
+ './storage/framework/views/*.php',
+ './resources/views/**/*.blade.php',
+ ],
+
+ theme: {
+ extend: {
+ fontFamily: {
+ sans: ['Proxima Nova', ...defaultTheme.fontFamily.sans],
+ },
+ },
+ },
+
+ plugins: [require('@tailwindcss/forms'),
+ require('tailwindcss-plugins/pagination')({
+ color: colors['teal-dark'],
+ }),],
+};
diff --git a/tests/CreatesApplication.php b/tests/CreatesApplication.php
new file mode 100644
index 0000000..547152f
--- /dev/null
+++ b/tests/CreatesApplication.php
@@ -0,0 +1,22 @@
+make(Kernel::class)->bootstrap();
+
+ return $app;
+ }
+}
diff --git a/tests/Feature/Auth/AuthenticationTest.php b/tests/Feature/Auth/AuthenticationTest.php
new file mode 100644
index 0000000..075a4c2
--- /dev/null
+++ b/tests/Feature/Auth/AuthenticationTest.php
@@ -0,0 +1,45 @@
+get('/login');
+
+ $response->assertStatus(200);
+ }
+
+ public function test_users_can_authenticate_using_the_login_screen()
+ {
+ $user = User::factory()->create();
+
+ $response = $this->post('/login', [
+ 'email' => $user->email,
+ 'password' => 'password',
+ ]);
+
+ $this->assertAuthenticated();
+ $response->assertRedirect(RouteServiceProvider::HOME);
+ }
+
+ public function test_users_can_not_authenticate_with_invalid_password()
+ {
+ $user = User::factory()->create();
+
+ $this->post('/login', [
+ 'email' => $user->email,
+ 'password' => 'wrong-password',
+ ]);
+
+ $this->assertGuest();
+ }
+}
diff --git a/tests/Feature/Auth/EmailVerificationTest.php b/tests/Feature/Auth/EmailVerificationTest.php
new file mode 100644
index 0000000..e61810e
--- /dev/null
+++ b/tests/Feature/Auth/EmailVerificationTest.php
@@ -0,0 +1,65 @@
+create([
+ 'email_verified_at' => null,
+ ]);
+
+ $response = $this->actingAs($user)->get('/verify-email');
+
+ $response->assertStatus(200);
+ }
+
+ public function test_email_can_be_verified()
+ {
+ $user = User::factory()->create([
+ 'email_verified_at' => null,
+ ]);
+
+ Event::fake();
+
+ $verificationUrl = URL::temporarySignedRoute(
+ 'verification.verify',
+ now()->addMinutes(60),
+ ['id' => $user->id, 'hash' => sha1($user->email)]
+ );
+
+ $response = $this->actingAs($user)->get($verificationUrl);
+
+ Event::assertDispatched(Verified::class);
+ $this->assertTrue($user->fresh()->hasVerifiedEmail());
+ $response->assertRedirect(RouteServiceProvider::HOME.'?verified=1');
+ }
+
+ public function test_email_is_not_verified_with_invalid_hash()
+ {
+ $user = User::factory()->create([
+ 'email_verified_at' => null,
+ ]);
+
+ $verificationUrl = URL::temporarySignedRoute(
+ 'verification.verify',
+ now()->addMinutes(60),
+ ['id' => $user->id, 'hash' => sha1('wrong-email')]
+ );
+
+ $this->actingAs($user)->get($verificationUrl);
+
+ $this->assertFalse($user->fresh()->hasVerifiedEmail());
+ }
+}
diff --git a/tests/Feature/Auth/PasswordConfirmationTest.php b/tests/Feature/Auth/PasswordConfirmationTest.php
new file mode 100644
index 0000000..d2072ff
--- /dev/null
+++ b/tests/Feature/Auth/PasswordConfirmationTest.php
@@ -0,0 +1,44 @@
+create();
+
+ $response = $this->actingAs($user)->get('/confirm-password');
+
+ $response->assertStatus(200);
+ }
+
+ public function test_password_can_be_confirmed()
+ {
+ $user = User::factory()->create();
+
+ $response = $this->actingAs($user)->post('/confirm-password', [
+ 'password' => 'password',
+ ]);
+
+ $response->assertRedirect();
+ $response->assertSessionHasNoErrors();
+ }
+
+ public function test_password_is_not_confirmed_with_invalid_password()
+ {
+ $user = User::factory()->create();
+
+ $response = $this->actingAs($user)->post('/confirm-password', [
+ 'password' => 'wrong-password',
+ ]);
+
+ $response->assertSessionHasErrors();
+ }
+}
diff --git a/tests/Feature/Auth/PasswordResetTest.php b/tests/Feature/Auth/PasswordResetTest.php
new file mode 100644
index 0000000..b2cd77a
--- /dev/null
+++ b/tests/Feature/Auth/PasswordResetTest.php
@@ -0,0 +1,71 @@
+get('/forgot-password');
+
+ $response->assertStatus(200);
+ }
+
+ public function test_reset_password_link_can_be_requested()
+ {
+ Notification::fake();
+
+ $user = User::factory()->create();
+
+ $this->post('/forgot-password', ['email' => $user->email]);
+
+ Notification::assertSentTo($user, ResetPassword::class);
+ }
+
+ public function test_reset_password_screen_can_be_rendered()
+ {
+ Notification::fake();
+
+ $user = User::factory()->create();
+
+ $this->post('/forgot-password', ['email' => $user->email]);
+
+ Notification::assertSentTo($user, ResetPassword::class, function ($notification) {
+ $response = $this->get('/reset-password/'.$notification->token);
+
+ $response->assertStatus(200);
+
+ return true;
+ });
+ }
+
+ public function test_password_can_be_reset_with_valid_token()
+ {
+ Notification::fake();
+
+ $user = User::factory()->create();
+
+ $this->post('/forgot-password', ['email' => $user->email]);
+
+ Notification::assertSentTo($user, ResetPassword::class, function ($notification) use ($user) {
+ $response = $this->post('/reset-password', [
+ 'token' => $notification->token,
+ 'email' => $user->email,
+ 'password' => 'password',
+ 'password_confirmation' => 'password',
+ ]);
+
+ $response->assertSessionHasNoErrors();
+
+ return true;
+ });
+ }
+}
diff --git a/tests/Feature/Auth/RegistrationTest.php b/tests/Feature/Auth/RegistrationTest.php
new file mode 100644
index 0000000..317a827
--- /dev/null
+++ b/tests/Feature/Auth/RegistrationTest.php
@@ -0,0 +1,32 @@
+get('/register');
+
+ $response->assertStatus(200);
+ }
+
+ public function test_new_users_can_register()
+ {
+ $response = $this->post('/register', [
+ 'name' => 'Test User',
+ 'email' => 'test@example.com',
+ 'password' => 'password',
+ 'password_confirmation' => 'password',
+ ]);
+
+ $this->assertAuthenticated();
+ $response->assertRedirect(RouteServiceProvider::HOME);
+ }
+}
diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php
new file mode 100644
index 0000000..1eafba6
--- /dev/null
+++ b/tests/Feature/ExampleTest.php
@@ -0,0 +1,21 @@
+get('/');
+
+ $response->assertStatus(200);
+ }
+}
diff --git a/tests/TestCase.php b/tests/TestCase.php
new file mode 100644
index 0000000..2932d4a
--- /dev/null
+++ b/tests/TestCase.php
@@ -0,0 +1,10 @@
+assertTrue(true);
+ }
+}
diff --git a/vite.config.js b/vite.config.js
new file mode 100644
index 0000000..89f26f5
--- /dev/null
+++ b/vite.config.js
@@ -0,0 +1,14 @@
+import { defineConfig } from 'vite';
+import laravel from 'laravel-vite-plugin';
+
+export default defineConfig({
+ plugins: [
+ laravel({
+ input: [
+ 'resources/css/app.css',
+ 'resources/js/app.js',
+ ],
+ refresh: true,
+ }),
+ ],
+});