@extends('admin.layout.index') @section('title') {{ __('messages.settings') }} @endsection @section('content')

{{ __('messages.settings') }}

@if (!empty($settings))
@if ($errors->has('name-ar')) {{ $errors->first('name-ar') }} @endif
@if ($errors->has('name-en')) {{ $errors->first('name-en') }} @endif
@if ($errors->has('desc-ar')) {{ $errors->first('desc-ar') }} @endif
@if ($errors->has('desc-en')) {{ $errors->first('desc-en') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('mail')) {{ $errors->first('mail') }} @endif
@if ($errors->has('longitude')) {{ $errors->first('longitude') }} @endif
@if ($errors->has('latitude')) {{ $errors->first('latitude') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('address-en')) {{ $errors->first('address-en') }} @endif
@if ($errors->has('technical')) {{ $errors->first('technical') }} @endif
@if ($errors->has('projects')) {{ $errors->first('projects') }} @endif
@if ($errors->has('engineers')) {{ $errors->first('engineers') }} @endif
@if ($errors->has('km_subsea_pipelines')) {{ $errors->first('km_subsea_pipelines') }} @endif
@if ($errors->has('facebook')) {{ $errors->first('facebook') }} @endif
@if ($errors->has('insta')) {{ $errors->first('insta') }} @endif
@if ($errors->has('x')) {{ $errors->first('x') }} @endif
@if ($errors->has('linkedin')) {{ $errors->first('linkedin') }} @endif
@if ($errors->has('youtube')) {{ $errors->first('youtube') }} @endif
@if ($errors->has('meta-desc-ar')) {{ $errors->first('meta-desc-ar') }} @endif
@if ($errors->has('meta-desc-en')) {{ $errors->first('meta-desc-en') }} @endif
@if ($errors->has('meta-keywords-ar')) {{ $errors->first('meta-keywords-ar') }} @endif
@if ($errors->has('meta-keywords-en')) {{ $errors->first('meta-keywords-en') }} @endif
@if ($errors->has('meta-tags-ar')) {{ $errors->first('meta-tags-ar') }} @endif
@if ($errors->has('meta-tags-en')) {{ $errors->first('meta-tags-en') }} @endif
@endif
@can('settings_updated') @endcan
@endsection