@extends('layouts.app') @section('content') {{ csrf_field() }} {{__("Add")}} {{__("Add new client")}} {{__("Cluster")}} * -- {{__("Cluster")}} -- @foreach($clusters as $cluster) id == old('cluster')) selected @endif @endif>{{$cluster->cluster}} @endforeach {{__("Street")}} {{__("PAN")}} * {{__("Home number")}} {{__("Entrance")}} {{__("Floor")}} {{__("Flat")}} {{__("Landline phone")}} {{__("Phone")}} 2 {{__("Phone")}} 3 {{__("Network group")}} {{__("Statement type")}} {{__("ID")}} {{__("County")}} {{__("City")}} {{__("Settlement")}} {{__("Household")}} {{__("Households")}} {{__("State")}} {{__("State services")}} {{__("Email")}} {{__("Packet")}} {{__("Recommended tariff")}} {{__("Construction manager")}} -- {{__("Construction manager")}} -- @foreach($constructionManagers as $user) id == old('construction_manager')) selected @endif @endif>{{$user->ime.' '.$user->prezime}} @endforeach {{__("First offer")}} {{__("Operator")}} {{__("Month")}} {{__("Year")}} {{__("Withdrawal date")}} {{__("Withdrawal reason")}} {{old('withdrawal_reason')}} {{__("Note")}} {{old('comment')}} {{__("Expiration date")}} UO {{__("Points")}} {{__("Cable")}} {{__("Thread")}} {{__("Tube")}} {{__("Case")}} {{__("X-coordinate")}} {{__("Y-coordinate")}} {{__("Name")}} {{__("Surname")}} {{__("Request created by")}} TIS ID {{__("Address")}} {{__("Landline phone")}} {{__("Phone")}} 2 {{__("Phone")}} 3 {{__("Request")}} {{__("Seller")}} {{__("Assigned to fitter")}} -- {{__("Fitter")}} -- @foreach($monteri as $user) id == old('user')) selected @endif @endif>{{$user->ime.' '.$user->prezime}} @endforeach {{__("Project managers")}} -- {{__("Project manager")}} -- @foreach($projectManagers as $user) id == old('project_manager')) selected @endif @endif>{{$user->ime.' '.$user->prezime}} @endforeach {{__("Team leader")}} -- {{__("Team leader")}} -- @foreach($teamLeaders as $user) id == old('team_leader')) selected @endif @endif>{{$user->ime.' '.$user->prezime}} @endforeach {{__("Area")}} -- {{__('Area')}} -- @foreach($areas as $area) id == old('area')) selected @endif @endif>{{$area->area}} @endforeach {{__("Montage type")}} -- {{__("Montage type")}} -- @foreach($tipoviMontaze as $tip) id == old('montage_type')) selected @endif @endif>{{$tip->tip}} @endforeach {{__("Origin")}} -- {{__('Origin')}} -- @foreach($origin as $o) id == old('origin')) selected @endif @endif>{{$o->origin}} @endforeach {{__("Provider")}} -- {{__('Provider')}} -- @foreach($providers as $provider) id == old('provider')) selected @endif @endif>{{$provider->provider}} @endforeach {{__("Status")}} -- {{__("Status")}} -- @foreach($statusi as $s) id == old('status')) selected @endif @endif>{{$s->status}} @endforeach {{__("Appointment date")}} {{__("Delay date")}} {{__("Montage date")}} {{__("Withdrawal date")}} {{__("Delay date")}} {{__("Intervention status")}} -- {{__("Status")}} -- @foreach($statusiIntervencije as $stinv) id == old('intervention_status')) selected @endif @endif>{{$stinv->status}} @endforeach {{__("Intervention date")}} {{__("Reclamation")}} - {{__("fitter")}} -- {{__("Fitter")}} -- @foreach($monteri as $monter) id == old('monter_reklamacije')) selected @endif @endif>{{$monter->ime.' '.$monter->prezime}} @endforeach {{__("Reclamation date")}} {{__("Extra STB")}} @endsection