@extends($templatePathAdmin.'layout') @section('main') @php $id = empty($id) ? 0 : $id; @endphp

{!! $title_action !!}

@if ($layout == 'edit') @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('apiconnection')) {{ $errors->first('apiconnection') }} @endif
@if ($errors->has('apikey')) {{ $errors->first('apikey') }} @endif
@if ($errors->has('expire')) {{ $errors->first('expire') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@csrf

  {!! sc_language_render('admin.api_connection.api_connection_required_help') !!}

{!! $title ?? '' !!} |

@if (!empty($removeList)) @endif @foreach ($listTh as $key => $th) @endforeach @foreach ($dataTr as $keyRow => $tr) @if (!empty($removeList)) @endif @foreach ($tr as $key => $trtd) @endforeach @endforeach
{!! $th !!}
{!! $trtd !!}
{!! $resultItems??'' !!}
@endsection @push('styles') @endpush @push('scripts') {!! $js ?? '' !!} @endpush