@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.siteSetting.title_singular') }}
@csrf
@if($errors->has('site_title')) {{ $errors->first('site_title') }} @endif {{ trans('cruds.siteSetting.fields.site_title_helper') }}
@if($errors->has('image')) {{ $errors->first('image') }} @endif {{ trans('cruds.siteSetting.fields.image_helper') }}
@if($errors->has('social_link')) {{ $errors->first('social_link') }} @endif {{ trans('cruds.siteSetting.fields.social_link_helper') }}
@if($errors->has('social_link')) {{ $errors->first('social_link') }} @endif {{ trans('cruds.siteSetting.fields.social_link_helper') }}
@if($errors->has('social_link')) {{ $errors->first('social_link') }} @endif {{ trans('cruds.siteSetting.fields.social_link_helper') }}
@if($errors->has('social_link')) {{ $errors->first('social_link') }} @endif {{ trans('cruds.siteSetting.fields.social_link_helper') }}
@if($errors->has('social_link')) {{ $errors->first('social_link') }} @endif {{ trans('cruds.siteSetting.fields.social_link_helper') }}
@if($errors->has('social_link')) {{ $errors->first('social_link') }} @endif {{ trans('cruds.siteSetting.fields.social_link_helper') }}
@if($errors->has('email')) {{ $errors->first('email') }} @endif {{ trans('cruds.siteSetting.fields.email_helper') }}
@if($errors->has('phone')) {{ $errors->first('phone') }} @endif {{ trans('cruds.siteSetting.fields.phone_helper') }}
@if($errors->has('address')) {{ $errors->first('address') }} @endif {{ trans('cruds.siteSetting.fields.address_helper') }}
@if($errors->has('copyright')) {{ $errors->first('copyright') }} @endif {{ trans('cruds.siteSetting.fields.copyright_helper') }}
@if($errors->has('about_us_title')) {{ $errors->first('about_us_title') }} @endif {{ trans('cruds.siteSetting.fields.about_us_title_helper') }}
@if($errors->has('about_us_image')) {{ $errors->first('about_us_image') }} @endif {{ trans('cruds.siteSetting.fields.about_us_image_helper') }}
@if($errors->has('about_us_description')) {{ $errors->first('about_us_description') }} @endif {{ trans('cruds.siteSetting.fields.about_us_description_helper') }}
@endsection @section('scripts') @endsection