@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.generalSetting.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('logo'))
{{ $errors->first('logo') }}
@endif {{ trans('cruds.generalSetting.fields.logo_helper') }}
@if($errors->has('title'))
{{ $errors->first('title') }}
@endif {{ trans('cruds.generalSetting.fields.title_helper') }}
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif {{ trans('cruds.generalSetting.fields.description_helper') }}
@if($errors->has('keywords'))
{{ $errors->first('keywords') }}
@endif {{ trans('cruds.generalSetting.fields.keywords_helper') }}
@if($errors->has('favicon'))
{{ $errors->first('favicon') }}
@endif {{ trans('cruds.generalSetting.fields.favicon_helper') }}
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif {{ trans('cruds.generalSetting.fields.email_helper') }}
@if($errors->has('phone'))
{{ $errors->first('phone') }}
@endif {{ trans('cruds.generalSetting.fields.phone_helper') }}
@if($errors->has('address'))
{{ $errors->first('address') }}
@endif {{ trans('cruds.generalSetting.fields.address_helper') }}
@if($errors->has('twitter'))
{{ $errors->first('twitter') }}
@endif {{ trans('cruds.generalSetting.fields.twitter_helper') }}
@if($errors->has('facebook'))
{{ $errors->first('facebook') }}
@endif {{ trans('cruds.generalSetting.fields.facebook_helper') }}
@if($errors->has('instagram'))
{{ $errors->first('instagram') }}
@endif {{ trans('cruds.generalSetting.fields.instagram_helper') }}
@if($errors->has('skype'))
{{ $errors->first('skype') }}
@endif {{ trans('cruds.generalSetting.fields.skype_helper') }}
@if($errors->has('linkedin'))
{{ $errors->first('linkedin') }}
@endif {{ trans('cruds.generalSetting.fields.linkedin_helper') }}
@if($errors->has('footer_title'))
{{ $errors->first('footer_title') }}
@endif {{ trans('cruds.generalSetting.fields.footer_title_helper') }}
@if($errors->has('footer_description'))
{{ $errors->first('footer_description') }}
@endif {{ trans('cruds.generalSetting.fields.footer_description_helper') }}
@if($errors->has('location_iframe'))
{{ $errors->first('location_iframe') }}
@endif {{ trans('cruds.generalSetting.fields.location_iframe_helper') }}
@if($errors->has('copyrights'))
{{ $errors->first('copyrights') }}
@endif {{ trans('cruds.generalSetting.fields.copyrights_helper') }}
@if($errors->has('footer_scripts'))
{{ $errors->first('footer_scripts') }}
@endif {{ trans('cruds.generalSetting.fields.footer_scripts_helper') }}

Search Setting


@if($errors->has('search_title'))
{{ $errors->first('search_title') }}
@endif {{ trans('cruds.generalSetting.fields.search_title_helper') }}
@if($errors->has('seach_description'))
{{ $errors->first('seach_description') }}
@endif {{ trans('cruds.generalSetting.fields.seach_description_helper') }}

SMTP Setting


@if($errors->has('smtp_server'))
{{ $errors->first('smtp_server') }}
@endif {{ trans('cruds.generalSetting.fields.smtp_server_helper') }}
@if($errors->has('smtp_username'))
{{ $errors->first('smtp_username') }}
@endif {{ trans('cruds.generalSetting.fields.smtp_username_helper') }}
@if($errors->has('smtp_password'))
{{ $errors->first('smtp_password') }}
@endif {{ trans('cruds.generalSetting.fields.smtp_password_helper') }}
@if($errors->has('smtp_connection'))
{{ $errors->first('smtp_connection') }}
@endif {{ trans('cruds.generalSetting.fields.smtp_connection_helper') }}
@if($errors->has('smtp_protocol'))
{{ $errors->first('smtp_protocol') }}
@endif {{ trans('cruds.generalSetting.fields.smtp_protocol_helper') }}
@endsection @section('scripts') @endsection