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