@extends('layouts.admin') @section('content')
{{ trans('cruds.setting.seo.title') }}
@if($errors->has('website_keywords'))
{{ $errors->first('website_keywords') }}
@endif {{ trans('cruds.setting.seo.websiteKeywords_helper') }}
@if($errors->has('meta_desc'))
{{ $errors->first('meta_desc') }}
@endif {{ trans('cruds.setting.seo.metadataDesc_helper') }}
@if($errors->has('google_analysis'))
{{ $errors->first('google_analysis') }}
@endif {{ trans('cruds.setting.seo.googleAnalysis_helper') }}
@if($errors->has('fb_pixel'))
{{ $errors->first('fb_pixel') }}
@endif {{ trans('cruds.setting.seo.fbPixel_helper') }}
@endsection