@extends('admin.layout.master') @section('body')

{{$page_title}}

{{ csrf_field() }}
Website Title
{{$errors->first('sitename')}}
COLOR
{{ $errors->first('color') }}
CHARGE PER COIN WITHDRAW
%
{{ $errors->first('withdraw_charge') }}


BASE CURRENCY
{{ $errors->first('currency') }}
CURRENCY SYMBOL
Decimal After Point
Decimal
{{ $errors->first('decimal') }}


REGISTRATION
registration == "1" ? 'checked' : '' }}>
EMAIL VERIFICATION
email_verification == "1" ? 'checked' : '' }}>
SMS VERIFICATION
sms_verification == "1" ? 'checked' : ''}}>


EMAIL NOTIFICATION
email_notification == "1" ? 'checked' : '' }}>
SMS NOTIFICATION
sms_notification == "1" ? 'checked' : '' }}>
WITHDRAW STATUS
withdraw_status == "1" ? 'checked' : '' }}>


@endsection @section('script') @stop