@extends($layout) @section('content') @php $canvasName = 'swot'; @endphp @include('canvas::showCanvasTop', ['canvasName' => 'swot']) @if(count($allCanvas) > 0)

{!! __('box.header.swot.helpful') !!}

{!! __('box.header.swot.harmful') !!}

@include('canvas::element', ['canvasName' => 'swot', 'elementName' => 'swot_strengths'])
@include('canvas::element', ['canvasName' => 'swot', 'elementName' => 'swot_weaknesses'])
@include('canvas::element', ['canvasName' => 'swot', 'elementName' => 'swot_opportunities'])
@include('canvas::element', ['canvasName' => 'swot', 'elementName' => 'swot_threats'])
@endif @include('canvas::showCanvasBottom', ['canvasName' => 'swot']) @endsection