@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Collection Projects Section Collection Projects Section Form @csrf Large Project Card: Large Project Card Title: Large Project Card Description: {{ old('large_project_card_description', $CollectionPropertiesSection->large_project_card_description ?? '') }} Large Project Card Image *Dimension: 864px X 950px @if (isset($CollectionPropertiesSection->large_project_card_image) && !empty($CollectionPropertiesSection->large_project_card_image)) @else @endif Choose Image Large Project Card Link: First Small Project Card: First Small Project Card Title: First Small Project Card Description: {{ old('first_small_project_card_description', $CollectionPropertiesSection->first_small_project_card_description ?? '') }} Choose a First Small Project Card Image: *Dimension: 528px X 420px @if (isset($CollectionPropertiesSection->first_small_project_card_image) && !empty($CollectionPropertiesSection->first_small_project_card_image)) @else @endif Choose Image First Small Project Card Link: Second Small Project Card: Second Small Project Card Title: Second Small Project Card Description: {{ old('second_small_project_card_description', $CollectionPropertiesSection->second_small_project_card_description ?? '') }} Choose a Second Small Project Card Image: *Dimension: 528px X 420px @if (isset($CollectionPropertiesSection->second_small_project_card_image) && !empty($CollectionPropertiesSection->second_small_project_card_image)) @else @endif Choose Image Second Small Project Card Link: {{ isset($CollectionPropertiesSection) ? 'Update' : 'Submit' }} @include('Partials.footer')