@extends('layouts.app') @section('content')
{{ csrf_field() }}
{{__("Add")}}
{{__("Add new client")}}
Cust_ID
{{__("Name")}}
*
@if($errors->has('name'))
{{$errors->first('name')}}
@endif
{{__("Surname")}}
*
@if($errors->has('surname'))
{{$errors->first('surname')}}
@endif
{{__("Distributor")}}
{{__("City")}}
{{__("Subsettlement")}}
{{__("Street")}}
{{__("Home number")}}
{{__("Landline phone")}}
{{__("Phone")}} 2
{{__("Phone")}} 3
{{__("Network group")}}
{{__("Packet")}}
{{__("Expiration date")}} BOX
{{__("Resource")}}
Max NET
{{__("Number of stb devices")}}
TOTAL STB BOX
Postpaid {{__("number")}}
{{__("Expiration date")}} postpaid {{__("contract")}}
{{__("Benefit")}}
{{__("Postpaid tariff")}}
{{__("Recommended tariff")}}
{{__("Name")}} (adsl)
{{__("Surname")}} (adsl)
Cust_ID (adsl)
{{__("Expiration date")}} (adsl)
{{__("Campaign")}} (adsl)
{{__("Speed")}} (adsl)
{{__("Modem type")}}
{{__("Free pairs")}}
{{__("Free")}} ADSL
{{__("Free")}} VDSL
{{__("Name")}} (iptv)
{{__("Surname")}} (iptv)
Cust_ID (iptv)
{{__("Expiration date")}} (iptv)
{{__("Campaign")}} (vdsl)
{{__("Packet")}} (iptv)
{{__("First offer")}}
{{__("Second offer")}}
{{__("Other operators")}}
{{__("Note")}}
{{old('note')}}
{{__("Connection date")}}
Box 2
Box 3
Box 4
{{__("Campaign")}} BOX
-- {{__("tariff")}} --
@foreach($campains as $campain)
id == old('campain_box')) selected @endif>{{$campain->campain}}
@endforeach
Postpaid {{__("tariff")}}
-- {{__("tariff")}} --
@foreach($postpaidTarrifs as $tariff)
id == old('postpaid_tariff_box')) selected @endif>{{$tariff->tariff}}
@endforeach
ADSL
{{__("Campaign")}} ADSL solo
{{__("Speed")}} ADSL solo
IPTV
IPTV solo
{{__("Campaign")}} IPTV solo
{{__("Status")}}
-- {{__("Status")}} --
@foreach($statuses as $status)
id == old('status')) selected @endif>{{$status->status}}
@endforeach
{{__("Points")}}
{{__("Seller")}}
-- {{__("Seller")}} --
@foreach($sellers as $seller)
id == old('seller')) selected @endif>{{$seller->ime.' '.$seller->prezime}}
@endforeach
{{__("Withdrawal date")}}
{{__("Withdrawal reason")}}
{{old('withdrawal_reason')}}
{{__("Expiration date")}} UO
@endsection