@extends('backend.layouts.app') @section('content')

{{translate('Home Page Settings')}}

{{-- Section One --}}

{{translate('Home Page Section One')}}

@csrf
{{translate('Browse')}}
{{translate('Choose file')}}
{{translate('Browse')}}
{{translate('Choose file')}}
{{-- Section Tow --}}

{{translate('Home Page Section Tow')}}

@csrf
{{translate('Browse')}}
{{translate('Choose file')}}

{{translate('Home Section Three')}}

@csrf
@if (page_content('home_sec_three_logos') != null) @foreach (json_decode(page_content('home_sec_three_logos'), true) as $key => $value)
{{translate('Browse')}}
{{translate('Choose file')}}
@endforeach @endif
{{--Section Four--}}

{{translate('Home Page Section For')}}

@csrf
{{-- Section Five --}}

{{translate('Home Section Five')}}

@csrf
{{translate('Browse')}}
{{translate('Choose file')}}
{{translate('Browse')}}
{{translate('Choose file')}}
@if (page_content('home_sec_five_title') != null) @foreach (json_decode(page_content('home_sec_five_title', null, $lang), true) as $key => $value)
@endforeach @endif
{{-- Section SIx --}}

{{translate('Home Page Section Six')}}

@csrf
{{-- Section seven --}}

{{translate('Home Page Section Seven')}}

@csrf
{{translate('Browse')}}
{{translate('Choose file')}}
{{-- Section eight --}}

{{translate('Home Page Section Eight')}}

@csrf
{{-- Section nine --}}

{{translate('Home Page Section Nine (Blog)')}}

@csrf
@include('backend.website_setup.pages.frontend.meta_data')
@endsection