@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.generalSetting.title_singular') }}
@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('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('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') }}
@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') }}
@endsection @section('scripts') @endsection