@php use App\Models\Admin\ContentManagement; use App\Libraries\General; @endphp @extends('layouts.adminlayout') @section('content')
Content Management Settings
@include('admin.partials.flash_messages')

Buy Business

@php $language = getAllLanguages(); @endphp @if($language)
@foreach($language as $key => $l) {{$l->title}} @endforeach
@endif
{{ @csrf_field() }}
Maximum Character : 50 @error('business_title') {{ $message }} @enderror
Maximum Character : 500 @error('our_services') {{ $message }} @enderror
@if(isset($lang) && $lang == 'english')
@include('admin.partials.recommended_size', ['width' => '1000', 'height' => "470 px"])
@include('admin.partials.previewFileRender', ['file' => old('business_image') ])
@include('admin.partials.previewFileRender', ['file' => ContentManagement::get('business_image'), 'relationType' => 'page_custom_field.business_image', 'relationId' => '' ])
@else Please note: {{Settings::get('content_change_message',75)}} @endif

@endsection