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

{{$communication->id<7 ? 'Импорт' : 'Експорт'}} на {{$communication->name}}

{{ method_field('PATCH') }} {{ csrf_field() }}
communication_type==1 ? "checked" : ""}}/>
@if(strpos($communication->command_name,'export')!==false) @else command_name, strpos($communication->command_name, ":") + 1)}}' readonly/> @endif
@if ($errors->has('json_url')) {{ $errors->first('json_url') }} @endif
@if(strpos($communication->command_name,'export')!==false) @else @endif
@if ($errors->has('json_user')) {{ $errors->first('json_user') }} @endif
@if(strpos($communication->command_name,'export')!==false) @else @endif
@if ($errors->has('json_password')) {{ $errors->first('json_password') }} @endif
@endsection