@extends('layouts.master') @section('title', 'IV Media - Increase your popularity') @section('content')

Dashboard

@if ($flash = session('message')) {
@endif
@if($result = session('result')) {!! $result !!} @endif

{{ auth()->user()->level }} {!! \App\Helper::panelName() !!} PANEL COMMENT

@captcha() {{ csrf_field() }} @if(\Carbon\Carbon::now() > auth()->user()->delay->comment)
@if ($errors->has('url'))
  • {{ $errors->first('url') }}
@endif
@else @php ($button = '') @endif

{{ auth()->user()->level }} {!! \App\Helper::panelName() !!} PANEL COMMENT

  • Selamat Datang Di {!! \App\Helper::panelName() !!} PANEL
  • Data Base UNLIMITED
  • 1 Baris 1 Komentar
  • Maksimal 200 Baris
  • Instagram Jangan Di Private
  • {{--
  • Delay @if($id != 9){{ constant("DELAY_".strtoupper(auth()->user()->level)) }} MENIT @else 15 Menit @endif
  • --}}
@endsection @section('js') @endsection