@extends('layouts.app') @section('style') @endsection @section('content') @include('shared.messages')

External communications

@foreach($communications as $communication) @endforeach
{{__('texte.communications_arr.index.id')}} {{__('texte.communications_arr.index.name')}} {{__('texte.communications_arr.index.communication_type')}} {{__('texte.communications_arr.index.ftp_type')}} {{__('texte.communications_arr.index.frequency')}}
{{$communication->id}} {{$communication->name}} {{$communication->communication_type==1 ? 'Файл' : 'JSON'}} {{$communication->communication_type==0 ? '' : ($communication->ftp_type==1 ? 'Външно' : 'Вътрешно')}} {{$communication->communication_type==0 ? '' : ($communication->frequency < 60 ? $communication->frequency : $communication->frequency/60).($communication->frequency < 60 ? ' минути' : ' часа')}} id)}}' title="{{__('texte.communications_arr.index.edit')}}">
@endsection