@extends('layouts.master') @section('content')

{{ trans('breadcrumbs.Pseudo Bonus') }}

@csrf

{{ Form::select('gameType', $gameType, $gameTypeValue, ['class' => 'form-control select2','placeholder' => trans('reports.Select option'), 'id' => 'gameType']) }}
{{ Form::label('selectBlinds', trans('marketing.Select blinds'), ['class' => 'required'])}}

{{ Form::label('selectBlinds', trans('marketing.Select Amount'), ['class' => 'required'])}}

Live Blinds for Pseudo

{{ trans('marketing.Cash Game Type') }} {{ trans('marketing.Blinds') }} {{ trans('marketing.Action') }}

{{ trans('marketing.Cash Tournament Type') }} {{ trans('marketing.Amount') }} {{ trans('marketing.Action') }}
@endsection @section('javascript') @stop