@extends('layouts.master') @section('page_title', $website_request->website_request_name) @section('content')
{{ Form::page_header($website_request->website_request_name, "hours") }}
@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
@endsection @section('page_script') @include('shared_script._website_sidebar_script') @include('shared_script._nested_sortable') @endsection @section('page_style') @endsection