@extends('layouts.app') @section('content')

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

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

{{__("Cluster")}}:

{{$fobos->cluster}}

{{__("Street")}}:

{{$fobos->street}}

{{__("PAN")}}:

{{$fobos->pan}}

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

{{$fobos->home_no}}

{{__("Entrance")}}:

{{$fobos->enterance}}

{{__("Floor")}}:

{{$fobos->floor}}

{{__("Flat")}}:

{{$fobos->apartment}}

{{__("Statement type")}}

{{$fobos->eta}}

ID:

{{$fobos->fobos_id}}

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

{{$fobos->network_group}}

{{__("Packet")}}:

{{$fobos->packet}}

BL:

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

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

{{$fobos->tel1}}

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

{{$fobos->tel1}}

{{__("Tel")}} 3

{{$fobos->tel3}}

{{__("County")}}:

{{$fobos->county}}

{{__("City")}}:

{{$fobos->city}}

{{__("Settlement")}}:

{{$fobos->settlement}}

{{__("Household")}}:

{{$fobos->household}}

{{__("Households")}}:

{{$fobos->households}}

{{__("State")}}:

{{$fobos->state}}

{{__("State services")}}:

{{$fobos->state_services}}

{{__("State")}}:

{{$fobos->state}}

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

{{$fobos->recomended_tariff}}

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

{{$fobos->first_offer}}

{{__("Operator")}}:

{{$fobos->operator}}

{{__("Month")}}:

{{$fobos->month}}

{{__("Year")}}:

{{$fobos->year}}

{{__("Seller")}}:

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

{{__("Team leader")}}:

{{$fobos->leader_name.' '.$fobos->leader_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

{{__("Project manager")}}:

{{$fobos->pm_name.' '.$fobos->pm_surname}}

{{__("Points")}}:

{{$fobos->points}}

{{__("Cable")}}:

{{$fobos->cable}}

{{__("Thread")}}:

{{$fobos->thread}}

{{__("Tube")}}:

{{$fobos->tube}}

{{__("Case")}}:

{{$fobos->case}}

{{__("X-coordinate")}}:

{{$fobos->x_coordinate}}

{{__("Y-coordinate")}}:

{{$fobos->y_coordinate}}

{{__("Penetration")}}:

@if($fobos->penetration){{$fobos->penetration}}%@endif

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

@if(!$statusLogs->isEmpty() && $isAdmin)

{{__("Status logs")}}

@foreach($statusLogs as $st=>$log) @endforeach @endif @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 @if(!$images->isEmpty())

{{(__('Images'))}}

@foreach($images as $img) @endforeach
@endif @if(!$files->isEmpty())

{{__("Files")}}

@foreach($files as $file) @endforeach
@endif @endsection
{{$log->user_name.' '.$log->user_surname}} ({{$log->status}}) {{date('d.m.Y. H:i:s', strtotime($log->created_at))}}