@extends('theme::backend.layouts.app') @section('theme::backend-content') @include('theme::backend.layouts.navbar')

{{ __('backend/voteforsilk.edit.title') }}

@if ($message = Session::get('success'))
{{ $message }}
@endif
{{ __('backend/voteforsilk.edit.title-help', ['name' => $data->site_name]) }}
@method('POST') @csrf
{{ __('backend/voteforsilk.table.name-help') }} @if ($errors->has('site_name')) {{ $errors->first('site_name') }} @endif
{{ __('backend/voteforsilk.table.reward-help') }} @if ($errors->has('Points')) {{ $errors->first('Points') }} @endif
add logo img link @if ($errors->has('logo')) {{ $errors->first('logo') }} @endif

Vote Logo View for logo @if ($errors->has('waiting_hours')) {{ $errors->first('waiting_hours') }} @endif
{{ __('backend/voteforsilk.table.pingback-help') }} you have to use !username if you need send username and !JID if you need to send JID @if ($errors->has('vote_link')) {{ $errors->first('vote_link') }} @endif
{{ __('backend/voteforsilk.table.waiting-help') }} @if ($errors->has('vote_duration')) {{ $errors->first('vote_duration') }} @endif
@endsection