@extends('backend.layouts.app') @section('title', localize('meta_settings')) @push('css') @endpush @section('content') @include('backend.layouts.common.validation') @include('backend.layouts.common.message')
{{ localize('meta_settings') }}
@csrf
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('meta_keyword'))
{{ $errors->first('meta_keyword') }}
@endif
@if ($errors->has('meta_description'))
{{ $errors->first('meta_description') }}
@endif
@if ($errors->has('google_analytics_id'))
{{ $errors->first('google_analytics_id') }}
@endif
N.B: {{ localize('max size 1MB') }}
@endsection @push('js') @endpush