@extends('layouts.admin', [ 'page_header' => 'Settings', 'dash' => '', 'quiz' => '', 'users' => '', 'questions' => '', 'top_re' => '', 'all_re' => '', 'sett' => 'active' ]) @section('content') @php $setting = $settings[0]; @endphp {!! Form::model($setting, ['method' => 'PATCH', 'action' => ['SettingController@update', $setting->id], 'files' => true]) !!}
{{ __('Please Enter Your Project Name')}}
{!! Form::text('welcome_txt', null, ['class' => 'form-control']) !!} {{ $errors->first('welcome_txt') }}{{ __('Please Enter Your Project URL')}}
{{ $errors->first('APP_URL') }}{{ __('Please Select Logo') }}
{!! Form::file('logo',['accept'=>'image/*']) !!} {{ $errors->first('logo') }}{{ __('Please Select Favicon') }}
{!! Form::file('favicon',['accept'=>'image/*']) !!} {{ $errors->first('favicon') }}Please enter your default email
{!! Form::email('w_email', null, ['class' => 'form-control', 'placeholder' => 'eg: example@exampledomain.com','required']) !!} {{ $errors->first('w_email') }}- Please enter your currency code
{!! Form::text('currency_code', null, ['class' => 'form-control']) !!} {{ $errors->first('currency_code') }}- Please select your currency symbol