@extends('layouts.app') @section('content') @if(!in_array($fobos->seller_id, $sellersIds) && !$isAdmin)

404

{{__("Page does not exist")}}.

@else

{{$fobos->name_phone.' '.$fobos->surname_phone}}

@if($fobos->expedited != 1)
@if(session('search_route')) @endif @if($fobos->expedited != 1 && $fobos->accepted != 1) @endif
@endif

{{__("Cluster")}}:

{{$fobos->cluster}}

{{__("Name")}}:

{{$fobos->name_phone.' '.$fobos->surname_phone}}

{{__("Street")}}:

{{$fobos->street}}

<

{{__("Home number")}}:

{{$fobos->home_no}}

{{__("Entrance")}}:

{{$fobos->enterance}}

{{__("Floor")}}:

{{$fobos->floor}}

{{__("Flat")}}:

{{$fobos->apartment}}

TIS ID:

{{$fobos->tis_id}}

Tip izvoda:

{{$fobos->statement_type}}

{{__("Network group")}}:

{{$fobos->network_group}}

{{__("Landline phone")}}:

{{$fobos->tel1}}

BL:

@if($fobos->black_list==1){{'DA'}}@else{{'NE'}}@endif

{{__("Packet")}}:

{{$fobos->packet}}

{{__("Contract expiration")}}:

{{$fobos->uo_expire}}

{{__("Postpaid number")}}

{{$fobos->tel2}}

{{__("Recommended tariff")}}:

{{$fobos->recomended_tariff}}

{{__("Name")}}:

{{$fobos->name_adsl.' '.$fobos->surname_adsl}}

TIS ID:

{{$fobos->adsl_tis_id}}

{{__("Contract expiration")}}:

{{$fobos->uo_expire_adsl}}

{{__("Speed")}}:

{{$fobos->speed}}

Adsl isp:

{{$fobos->adsl_isp}}

{{__("Name")}}:

{{$fobos->name_iptv.' '.$fobos->surname_iptv}}

TIS ID:

{{$fobos->iptv_tis}}

HD {{__("service")}}:

{{$fobos->hd_service}}

{{__("Number of setup boxes")}}:

{{$fobos->setup_boxes}}

{{__("Contract expiration")}}:

{{$fobos->setup_boxes}}

{{__("Packet")}}:

{{$fobos->iptv_packet}}

{{__("First offer")}}:

{{$fobos->first_offer}}

{{__("Operator")}}:

{{$fobos->operator}}

{{__("Month")}}:

{{$fobos->month}}

{{__("Year")}}:

{{$fobos->year}}

{{__("Seller")}}:

{{$fobos->seller_name.' '.$fobos->seller_surname}}

{{__("Status")}}:

{{$fobos->status}}

{{__("Withdrawal date")}}:

@if($fobos->withdrawal_date){{date('d.m.Y.', strtotime($fobos->withdrawal_date))}}@endif

{{__("Withdrawal reason")}}:

{{$fobos->withdrawal_reason}}

{{__("Contract expiration")}}:

@if($fobos->contract_expire_date){{date('d.m.Y.', strtotime($fobos->contract_expire_date))}}@endif

{{__("Last change")}} {{$fobos->updated_name.' '.$fobos->updated_surname.' ('.date('d.m.Y. H:i:s', strtotime($fobos->updated_at)).')'}}

@if(!$comments->isEmpty())

{{__("Notes")}}

@foreach($comments as $br=>$com) {{__("Note")}} {{$br+1}}

{{$com->comment}}

{{$com->ime.' '.$com->prezime}} {{date('d.m.Y. H:i:s', strtotime($com->created_at))}}
@endforeach
@endif @endif @endsection