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

@if ($activeTheme == 'pizza')
...

...

@endif @if ($activeTheme == 'multipurpose')

@endif

@if ($activeTheme != 'grocery')

@endif @if ($activeTheme == 'pizza')

@endif @if ($activeTheme == 'multipurpose')
@if (!empty($abs->intro_signature)) @endif ...

...

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

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

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

@endif
@endif @if ($activeTheme == 'multipurpose')

@endif @if ($activeTheme == 'medicine')
@if (!empty($abs->intro_section_author_image)) @endif ...

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