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

{{ trans('layout.RewardSetting') }}

{{ trans('defaultSettings.Setting Information') }}

@csrf
{{ Form::label('creditType', 'Credit Type', ['class' => 'required'])}} {{ Form::select('creditType', $creditTypeList, $creditType, ['class' => 'form-control select2', 'id' => 'COUNTRY', 'placeholder' => 'Select']) }}
@endsection @section('javascript') @stop