@extends('layouts.app') @section('title') {{ isset($landingPageContent->id) ? "Update {$landingPageContent->section_name}" : 'Add Section' }} @endsection @section('content') @include('layouts.message')
@csrf
@php if (isset($landingPageContent->section_name)) { $section_name = $landingPageContent->section_name; } elseif (isset($sectionTitle)) { $section_name = $sectionTitle; } else { $section_name = ''; } @endphp @if(empty($section_name))
*
@endif @if (!empty($section_name)) @endif @if (isset($landingPageContent)) @endif
*
@if ($errors->has('section_image')) {{ $errors->first('section_image') }} @endif
@if (isset($landingPageContent)) @if (!empty($landingPageContent->section_image)) @else @endif @endif
{{-- @if (isset($landingPageContent)) Delete @endif --}}
@push('scripts')