@extends('layouts.app') @section('content') {{__("Clients")}} ({{$count}}) @csrf {{__("Export")}} {{__("ID")}} {{__("Client")}} {{__("Cluster")}} {{__("Address")}} {{__("Cadastral parcel")}} {{__("Cadastral municipality")}} {{__("OIB")}} {{__("Power plant capacity")}} {{__("Price")}} {{__("Leased power")}} {{__("Object")}} {{__("Status")}} {{__("Assigned to fitter")}} @foreach($clients as $client) @if($client->withdrawal_date) @if(date('Y-m-d',strtotime($client->withdrawal_date)) == date('Y-m-d')) @else {{$pulse = ''}} @endif @endif {{$client->alt_id}} {{$client->name.' '.$client->surname}} {{$client->cluster}} {{$client->street.' '.$client->home_no}} {{$client->cadastral_parcel}} {{$client->cadastral_municipality}} {{$client->oib}} {{$client->power_plant_capacity}} {{$client->price}} {{$client->leased_power}} @if($client->object_name){{__($client->object_name)}}@endif {{$client->status}} {{$client->fitter_name.' '.$client->fitter_surname}} @if($isSuperAdmin) @endif @endforeach
{{__("Are you sure you want to delete data?")}}
{{__("Are you sure that you want to export data?")}}