@extends('layouts.master') @section('title', 'Paiement Bourse') @section('content') {{--
--}}

@lang('messages.pickups')

@if (Session('error')) @endif
@lang('messages.cancel')
@foreach ($pickups as $key => $pickup) @endforeach
@lang('#') @lang('messages.name') @lang('messages.service') @lang('messages.subservice') @lang('messages.UIDN') @lang('messages.pickupDate')
{{ $key + 1 }} {{ $pickup->surname }} {{ $pickup->name }} {{ $services->where('id', $pickup->service_selected)->first()->name }} {{ $services->where('id', $pickup->sub_service)->first()->name }} {{ $pickup->UIDN }} {{ \Carbon\Carbon::parse($pickup->pickupDate)->format('d/m/Y') }}
@endsection