@include('website._website_sidebar', compact('website_request'))
Homepage
@include('website._content_cards', $content_plan)
@if(\Gate::allows(\App\Providers\AuthServiceProvider::GATE_CONTENT_STRATEGIST) ||
\Gate::allows(\App\Providers\AuthServiceProvider::GATE_MARKETING_STRATEGIST) ||
\Gate::allows(\App\Providers\AuthServiceProvider::GATE_SPECIALIST))
{{ Form::button_save('EDIT CONTENT PLAN', 'edit_content_plan', 'edit-content-plan') }}
@endif