@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@csrf
@include('admin.layouts.form-seprate-sections', [ 'section' => 'Main Information', ]) @foreach (Config('language') as $key => $lang)
@error('address.' . $key) {{ $message }} @enderror
@endforeach
@error('phone.en') {{ $message }} @enderror
@error('email.en') {{ $message }} @enderror

@include('admin.layouts.form-seprate-sections', [ 'section' => 'About Section Information', ]) @foreach (Config('language') as $key => $lang)
@error('about_section_title.' . $key) {{ $message }} @enderror
@endforeach @foreach (Config('language') as $key => $lang)
@error('about_section_content.' . $key) {{ $message }} @enderror
@endforeach
@if (setting('about_section_img', 'en') != null) slider-about_section_img @endif

@include('admin.layouts.form-seprate-sections', [ 'section' => 'How To Use Section Information', ]) @foreach (Config('language') as $key => $lang)
@error('about_section_title.' . $key) {{ $message }} @enderror
@endforeach
@if (setting('how_section_how_to_use_img', 'en') != null) slider-site_logo @endif

@foreach (Config('language') as $key => $lang)
@error('about_section_title.' . $key) {{ $message }} @enderror
@endforeach
@if (setting('how_section_how_to_use_icon1', 'en') != null) slider-site_logo @endif

@foreach (Config('language') as $key => $lang)
@error('about_section_title.' . $key) {{ $message }} @enderror
@endforeach
@if (setting('how_section_how_to_use_icon2', 'en') != null) slider-site_logo @endif

@foreach (Config('language') as $key => $lang)
@error('about_section_title.' . $key) {{ $message }} @enderror
@endforeach
@if (setting('how_section_how_to_use_icon3', 'en') != null) slider-site_logo @endif

@foreach (Config('language') as $key => $lang)
@error('about_section_title.' . $key) {{ $message }} @enderror
@endforeach
@if (setting('how_section_how_to_use_icon4', 'en') != null) slider-site_logo @endif


@include('admin.layouts.form-seprate-sections', [ 'section' => 'Download App Section', ]) @foreach (Config('language') as $key => $lang)
@error('show_section_title.' . $key) {{ $message }} @enderror
@endforeach @foreach (Config('language') as $key => $lang)
@error('show_section_content.' . $key) {{ $message }} @enderror
@endforeach
@error('download_appstore.en') {{ $message }} @enderror
@error('download_playstore.en') {{ $message }} @enderror
@if (setting('show_section_img', 'en') != null) slider-about_section_img @endif

@include('admin.layouts.form-seprate-sections', [ 'section' => 'About footer content', ]) @foreach (Config('language') as $key => $lang)
@error('show_section_content.' . $key) {{ $message }} @enderror
@endforeach

@include('admin.layouts.form-seprate-sections', ['section' => 'Site Logo'])
@if (setting('site_logo', 'en') != null) slider-site_logo @endif
@endsection