Server IP : 108.163.255.210 / Your IP : 3.137.189.236 Web Server : Apache System : Linux blossom.urlnameserver.com 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64 User : ( 1172) PHP Version : 7.2.34 Disable Function : eval,escapeshellarg,proc_close,proc_get_status,proc_nice,proc_open,symlink,system,pcntl_exec,getrusage,chown,chgp,closelog,openlog,syslog,define_syslog_variables,php_ini_loaded_file,getservbyname,getservbyport,posix_getgid,posix_getgrgid,proc_terminate,pfsockopen,apache_child_terminate,posix_mkfifo,posix_setpgid,posix_setuid,hypot,pg_host,pos,posix_access,posix_getcwd,posix_getservbyname,myshellexec,getpid,posix_getsid,posix_isatty,posix_kill,posix_mknod,posix_setgid,posix_setsid,posix_setuid,posix_times,posix_uname,ps_fill,posix_getpwuid,global,ini_restore,zip_open,zip_read,rar_open,bzopen,bzread,bzwrite,apache_get_modules,apache_get_version,phpversionphpinfo,php_ini_scanned_files,get_current_user,disk_total_space,diskfreespace,leak,imap_list,hypo,filedump,safe_mode,getmygid,apache_getenv,apache_setenv,bzread,bzwrite,bzopen,phpini,higlight_file,dos_conv,get_cwd,er_log,cmd,e_name,vdir,get_dir,only_read,ftok,ftpexec,posix_getpwnam,mysql_list_dbs,disk_free_space,session_save_path,confirm_phpdoc_compiled,zip_entry_rea,php_u,psockopen,crack_opendict,crack_getlastmessage,crack_closedict,crack_check,fpassthru,posix_get_last_error,posix_getlogin,posix_getgroups,posix_strerror,posix_getrlimit,posix_getpgrp,posix_getgrnam,pos,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/unilinki/public_html/AlpaiAWS/resources/views/admin_old/ |
Upload File : |
@extends('admin.layout') @section('content') <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> {{ trans('labels.Setting') }}<small>{{ trans('labels.Setting') }}...</small> </h1> <ol class="breadcrumb"> <li><a href="{{ URL::to('admin/dashboard/this_month') }}"><i class="fa fa-dashboard"></i> {{ trans('labels.breadcrumb_dashboard') }}</a></li> <li class="active">{{ trans('labels.Setting') }}</li> </ol> </section> <!-- Main content --> <section class="content"> <!-- /.row --> <div class="row"> <div class="col-md-12"> <div class="box"> <div class="box-header"> <h3 class="box-title">{{ trans('labels.Setting') }}</h3> </div> <!-- /.box-header --> <div class="box-body"> <div class="row"> <div class="col-xs-12"> <div class="box box-info"> <!--<div class="box-header with-border"> <h3 class="box-title">Setting</h3> </div>--> <!-- /.box-header --> <!-- form start --> <div class="box-body"> @if( count($errors) > 0) @foreach($errors->all() as $error) <div class="alert alert-success" role="alert"> <span class="icon fa fa-check" aria-hidden="true"></span> <span class="sr-only">{{ trans('labels.Setting') }}:</span> {{ $error }}</div> @endforeach @endif {!! Form::open(array('url' =>'admin/updateSetting', 'method'=>'post', 'class' => 'form-horizontal', 'enctype'=>'multipart/form-data')) !!} <h4>{{ trans('labels.generalSetting') }}</h4> <hr> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('labels.AppName') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][18]->name, $result['settings'][18]->value, array('class'=>'form-control', 'id'=>$result['settings'][18]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;">{{ trans('labels.AppNameText') }}</span> </div> </div> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('labels.websiteURL') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][40]->name, $result['settings'][40]->value, array('class'=>'form-control', 'id'=>$result['settings'][40]->value)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;">{{ trans('labels.websiteURLText') }}</span> </div> </div> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('labels.CurrencySymbol') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][19]->name, $result['settings'][19]->value, array('class'=>'form-control', 'id'=>$result['settings'][19]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;">{{ trans('labels.CurrencySymbolText') }}</span> </div> </div> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('labels.NewProductDuration') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][20]->name, $result['settings'][20]->value, array('class'=>'form-control', 'id'=>$result['settings'][20]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;">{{ trans('labels.NewProductDurationText') }}</span> </div> </div> <hr> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label"> {{ trans('labels.WebLogo') }} </label> <div class="col-sm-10 col-md-4"> {!! Form::file($result['settings'][15]->name, array('id'=>$result['settings'][15]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;">{{ trans('labels.WebLogoText') }}</span> <br> {!! Form::hidden('oldImage', $result['settings'][15]->value , array('id'=>$result['settings'][15]->name)) !!} <img src="{{asset('').$result['settings'][15]->value}}" alt="" width=" 175px"> </div> </div> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label"> {{ trans('labels.Favicon') }} </label> <div class="col-sm-10 col-md-4"> {!! Form::file($result['settings'][86]->name, array('id'=>$result['settings'][86]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;">{{ trans('labels.FaviconText') }}</span> <br> {!! Form::hidden('oldImage', $result['settings'][86]->value , array('id'=>$result['settings'][15]->name)) !!} <img src="{{asset('').$result['settings'][86]->value}}" alt="" width=" 175px"> </div> </div> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label"> {{ trans('Signature') }} </label> <div class="col-sm-10 col-md-4"> {!! Form::file($result['settings'][100]->name, array('id'=>$result['settings'][100]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;">{{ trans('labels.WebLogoText') }}</span> <br> {!! Form::hidden('oldImage', $result['settings'][100]->value , array('id'=>$result['settings'][100]->name)) !!} <img src="{{asset('').$result['settings'][100]->value}}" alt="" width=" 175px"> </div> </div> <hr> <h4>{{ trans('labels.InqueryEmails') }}</h4> <hr> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('labels.ContactUsEmail') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][3]->name, $result['settings'][3]->value, array('class'=>'form-control', 'id'=>$result['settings'][3]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;"> {{ trans('labels.ContactUsEmailText') }}</span> </div> </div> <hr> <h4>{{ trans('labels.OrderEmail') }}</h4> <hr> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('labels.OrderEmail') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][70]->name, $result['settings'][70]->value, array('class'=>'form-control', 'id'=>$result['settings'][70]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;"> {{ trans('labels.OrderEmailText') }}</span> </div> </div> <hr> <h4>{{ trans('labels.Free Shpping on Min Order Price') }}</h4> <hr> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('labels.Min Order Price') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][82]->name, $result['settings'][82]->value, array('class'=>'form-control', 'id'=>$result['settings'][82]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;"> {{ trans('labels.Min Order Price Text') }}</span> </div> </div> <hr> <h4>{{ trans('labels.OurInfo') }}</h4> <hr> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('Company Name') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][49]->name, $result['settings'][49]->value, array('class'=>'form-control', 'id'=>$result['settings'][49]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;"> {{ trans('Please enter your company name.') }}</span> </div> </div> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('labels.PhoneNumber') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][11]->name, $result['settings'][11]->value, array('class'=>'form-control', 'id'=>$result['settings'][11]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;"> {{ trans('labels.PhoneNumberText') }}</span> </div> </div> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('labels.Address') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][4]->name, $result['settings'][4]->value, array('class'=>'form-control', 'id'=>$result['settings'][4]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;">{{ trans('labels.AddressText') }}</span> </div> </div> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('labels.City') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][5]->name, $result['settings'][5]->value, array('class'=>'form-control', 'id'=>$result['settings'][5]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;">{{ trans('labels.CityText') }}</span> </div> </div> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('labels.State') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][6]->name, $result['settings'][6]->value, array('class'=>'form-control', 'id'=>$result['settings'][6]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;">{{ trans('labels.StateText') }}</span> </div> </div> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('labels.Zip') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][7]->name, $result['settings'][7]->value, array('class'=>'form-control', 'id'=>$result['settings'][7]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;">{{ trans('labels.ZipText') }}</span> </div> </div> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('labels.Country') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][8]->name, $result['settings'][8]->value, array('class'=>'form-control', 'id'=>$result['settings'][8]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;">{{ trans('labels.CountryContactUs') }}</span> </div> </div> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('labels.Latitude') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][9]->name, $result['settings'][9]->value, array('class'=>'form-control', 'id'=>$result['settings'][9]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;">{{ trans('labels.latitudeText') }}</span> </div> </div> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('labels.Longitude') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][10]->name, $result['settings'][10]->value, array('class'=>'form-control', 'id'=>$result['settings'][10]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;">{{ trans('labels.LongitudeText') }}</span> </div> </div> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('Pan No') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][98]->name, $result['settings'][98]->value, array('class'=>'form-control', 'id'=>$result['settings'][98]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;">{{ trans('labels.LongitudeText') }}</span> </div> </div> <div class="form-group"> <label for="name" class="col-sm-2 col-md-3 control-label">{{ trans('GST Registration No') }}</label> <div class="col-sm-10 col-md-4"> {!! Form::text($result['settings'][99]->name, $result['settings'][99]->value, array('class'=>'form-control', 'id'=>$result['settings'][99]->name)) !!}<span class="help-block" style="font-weight: normal;font-size: 11px;margin-bottom: 0;margin-top: 0;">{{ trans('labels.LongitudeText') }}</span> </div> </div> </div> <!-- /.box-body --> <div class="box-footer text-center"> <button type="submit" class="btn btn-primary">{{ trans('labels.Update') }}</button> <a href="{{ URL::to('admin/dashboard/this_month')}}" type="button" class="btn btn-default">{{ trans('labels.back') }}</a> </div> <!-- /.box-footer --> {!! Form::close() !!}</div> </div> </div> </div> </div> <!-- /.box-body --> </div> <!-- /.box --> </div> <!-- /.col --> </div> <!-- /.row --> <!-- Main row --> <!-- /.row --> </section> <!-- /.content --> </div> @endsection