@extends('settings::layouts.master') @section('title', '| Viewing or updating Landing Page Sections') @section('content')

Landing Page Sections

View/Update
{!! Form::open(['method' => 'PUT', 'url' => "/page-components/static/update", 'class' => 'form-horizontal col-md-12', 'role' => 'form']) !!}
@include('pagecomponents::static-data.partials._home')
@include('pagecomponents::static-data.partials._blog')
@include('pagecomponents::static-data.partials._contact')
@include('pagecomponents::static-data.partials._get-started-btn')
@if (Auth::user()->hasAnyRole(['ADMIN']))
@endif {!! Form::close() !!}
@endsection