@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Blogs Banner Section Blogs Banner Section Form @csrf Banner Title: Banner Description: {{ old('banner_description', $blogBanner['banner_description'] ?? '')}} Choose a Banner Image: *Dimension: 1920px X 957px Banner Image @if (isset($blogBanner->banner_image) && !empty($blogBanner->banner_image)) @else @endif Choose Image {{ isset($blogBanner) ? 'Update' : 'Submit' }} @include('Partials.footer')