@extends('admin.layouts.app') @section('title', \App\Helpers\TranslationHelper::translate('Edit General Settings')) @section('crumb') @endsection @section('content')

{{\App\Helpers\TranslationHelper::translate('Edit General Settings')}}

@csrf @method('PUT')
@foreach (Config('language') as $key => $lang)
{{$errors->has('title_one_'.$key) ? $errors->first("title_one_".$key):''}}
@endforeach @foreach (Config('language') as $key => $lang)
{{$errors->has('Address_'.$key) ? $errors->first("Address_".$key):''}}
@endforeach @foreach (Config('language') as $key => $lang)
{{$errors->has('long_established_'.$key) ? $errors->first("long_established_".$key):''}}
@endforeach {{--
{{$errors->has('title_two') ? $errors->first("title_two"):''}}
--}} {{--
{{$errors->has('title_three') ? $errors->first("title_three"):''}}
--}} @foreach (Config('language') as $key => $lang)
{{$errors->has('short_desc_'.$key) ? $errors->first("short_desc_".$key):''}}
@endforeach
@if (setting('video', 'en')) @endif {{$errors->has('video') ? $errors->first("video"):''}}
{{$errors->has('image') ? $errors->first("image"):''}} @if(setting('image', 'en')) @endif
{{$errors->has('phone')? $errors->first("phone"):''}}
{{$errors->has('whatsapp')? $errors->first("whatsapp "):''}}
{{$errors->has('email')? $errors->first("email"):''}}
{{$errors->has('facebook')? $errors->first("facebook"):''}}
{{$errors->has('twitter')? $errors->first("twitter"):''}}
{{$errors->has('linkedin')? $errors->first("linkedin"):''}}
{{$errors->has('pinterest')? $errors->first("pinterest"):''}}
{{$errors->has('instagram')? $errors->first("instagram"):''}}
{{$errors->has('tiktok')? $errors->first("tiktok"):''}}
{{$errors->has('snapchat')? $errors->first("snapchat"):''}}
{{$errors->has('logo')? $errors->first("logo"):''}}
{{--
logo
--}}
@stop @section('script') @stop