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

Create Vote Link

@if ($message = Session::get('success'))
{{ $message }}
@endif
Add New Vote Link
@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
{{ __('backend/voteforsilk.table.pingback-help') }} @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