@extends('admin.layout') @if (!empty($abe->language) && $abe->language->rtl == 1) @section('styles') @endsection @endif @section('content')
Update Hero Section
@if (!empty($langs)) @endif
@csrf
@if (!empty($abe->hero_bg)) @endif ...

@if ( $activeTheme == 'multipurpose' || $activeTheme == 'bakery' || $activeTheme == 'medicine' || $activeTheme == 'coffee' || $activeTheme == 'beverage')
@if (!empty($abe->hero_side_img)) @endif ...

@endif @if ($activeTheme == 'multipurpose')
@if (!empty($abe->hero_bottom_img)) @endif ...

@endif
@if ($activeTheme == 'multipurpose' || $activeTheme == 'coffee' || $activeTheme == 'pizza' || $activeTheme == 'beverage')
@if (!empty($abe->hero_shape_img)) @endif ...

@endif

@if($activeTheme == 'beverage')

@endif @if ( $activeTheme == 'multipurpose' || $activeTheme == 'pizza' || $activeTheme == 'grocery' || $activeTheme == 'medicine' || $activeTheme == 'coffee' || $activeTheme == 'beverage' || $activeTheme == 'bakery')

@endif

@if ($activeTheme == 'multipurpose' || $activeTheme == 'pizza' || $activeTheme == 'grocery' || $activeTheme == 'medicine' || $activeTheme == 'coffee')

@endif @if ($activeTheme == 'bakery')
@if (!empty($abe->hero_section_author_image)) @endif ...

@endif
@endsection @section('scripts') @endsection