@extends('layouts.sidebar') @section('title', 'Nomadic-CMS') @section('content')

Partner Investor Page

@php $bySection = $files->keyBy('section'); $s1 = $bySection->get('Section One'); $s2 = $bySection->get('Section Two'); $s3 = $bySection->get('Section Three'); $s4 = $bySection->get('Section Four'); @endphp
@if(session('success'))
{{session('success')}}
@endif @if($s1)
@csrf
image_path) style="display:none;" @endif />
@endif @if($s2)
@csrf
image_path) style="display:none;" @endif />
@endif @if($s3)
@endif @if($s4)
@endif
@endsection @section('footer_scripts') @endsection