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

404

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

@else

{{$fobos->name.' '.$fobos->surname}}

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

Cust_ID:

{{$fobos->cust_id}}

{{__("Name")}}:

{{$fobos->name.' '.$fobos->surname}}

{{__("Distributor")}}:

{{$fobos->distributor}}

{{__("City")}}:

{{$fobos->town}}

{{__("Subsettlement")}}:

{{$fobos->subsettlement}}

{{__("Street")}}:

{{$fobos->street}}

<

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

{{$fobos->home_no}}

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

{{$fobos->tel1}}

{{__("Phone")}} 2:

{{$fobos->tel2}}

{{__("Phone")}} 3:

{{$fobos->tel3}}

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

{{$fobos->network_group}}

{{__("Packet")}}:

{{$fobos->packet}}

{{__("Expiration date")}} BOX:

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

{{__("Resource")}}:

{{$fobos->resource}}

Max NET:

{{$fobos->max_net}}

{{__("Number of stb devices")}}:

{{$fobos->stb_no}}

TOTAL STB BOX:

{{$fobos->total_stb_box}}

{{__("Postpaid number")}}

{{$fobos->postpaid_number}}

{{__("Postpaid contract expire date")}}:

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

{{__("Benefit")}}:

{{$fobos->benefit}}

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

{{$fobos->postpaid_tariff}}

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

{{$fobos->recommended_tariff}}

{{__("Name")}} (adsl):

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

Cust_ID (adsl):

{{$fobos->cust_id_adsl}}

{{__("Expiration date")}} (adsl):

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

{{__("Campaign")}} (adsl):

{{$fobos->campain_adsl}}

{{__("Speed")}} (adsl):

{{$fobos->speed_adsl}}

{{__("Modem type")}}:

{{$fobos->modem_type}}

{{__("Free pairs")}}:

{{$fobos->free_pair}}

{{__("Free")}} adsl:

{{$fobos->free_adsl}}

{{__("Free")}} vdsl:

{{$fobos->free_vdsl}}

{{__("Name")}} (iptv):

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

Cust_ID (iptv):

{{$fobos->cust_id_iptv}}

{{__("Expiration date")}} (iptv):

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

{{__("Campaign")}} (iptv):

{{$fobos->campain_vdsl}}

{{__("Packet")}} (iptv):

{{$fobos->iptv_packet}}

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

{{$fobos->first_offer}}

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

{{$fobos->second_offer}}

{{__("Other operators")}}:

{{$fobos->other_operators}}

{{__("Connection date")}}a:

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

Box 2:

{{$fobos->box2}}

Box 3:

{{$fobos->box3}}

Box 4:

{{$fobos->box4}}

{{__("Campaign")}} BOX:

{{$fobos->campain_box}}

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

{{$fobos->tariff}}

ADSL:

{{$fobos->adsl}}

{{__("Campaign")}} ADSL solo:

{{$fobos->campain_adsl_solo}}

{{__("Speed")}} ADSL solo:

{{$fobos->speed_adsl_solo}}

IPTV:

{{$fobos->iptv}}

IPTV solo:

{{$fobos->iptv_solo}}

{{__("Campaign")}} IPTV solo:

{{$fobos->campain_iptv_solo}}

{{__("Points")}}:

{{$fobos->points}}

{{__("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

{{__("Created by")}} {{$fobos->created_name.' '.$fobos->created_surname.' ('.date('d.m.Y. H:i:s', strtotime($fobos->created_at)).')'}}

{{__("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