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

{{$page}} Page

@if(session('success'))
{{session('success')}}
@endif @if($section_one)
@endif @if($section_two)
@endif @if($section_three && $section_three->count() > 0)
@foreach($section_three as $file)
@endforeach
@endif @if($section_four)
@endif @if($section_five)
@endif
@endsection @section('footer_scripts') @endsection