@extends('blank') @section('content')
asociación de voley vinto
Fundado el 20 de septiembre de 2001
Gestion 2023
PASES
@foreach ($data as $item) @if ($item->club_proc) @else @endif @endforeach
N. KARDEX NOMBRE FECHA CLUB PROCEDENCIA CLUB DESTINO OBSERVACIÓN
{{ ++$i }} {{ $item->jugador->kardex }} {{ $item->jugador->apellidos }} {{ $item->jugador->nombres }} {{ date('d-m-Y H:i',strtotime($item->fecha)) }}{{ $item->club_proc }}-{{ $item->club_dest }} {{ $item->observacion }}
@endsection @section('scripts') @endsection