@extends('layouts.app') @section('content') {{__("Group entry")}} {{__("Clients in session")}} (IDs): @if($ids) @foreach($ids as $br=>$id) @if(count($ids)-1 == $br) {{$id.'. '}} @else {{$id.', '}} @endif @endforeach @endif {{__("Seller")}}: -- {{__("seller")}} -- @foreach($sellers as $seller) {{$seller->ime.' '.$seller->prezime}} @endforeach {{__("Team leader")}}: -- {{__("Team leader")}} -- @foreach($teamLeaders as $tl) {{$tl->ime.' '.$tl->prezime}} @endforeach {{__("Import")}}: {{__("Click this button only if you want to transfer clients from the base to assembly")}} {{__("Import")}}
{{__("Clients in session")}} (IDs):
@foreach($ids as $br=>$id) @if(count($ids)-1 == $br) {{$id.'. '}} @else {{$id.', '}} @endif @endforeach
{{__("Click this button only if you want to transfer clients from the base to assembly")}}