@extends('layouts.vertical') @section('css') @endsection @php $is_suggested = false; if(isset($policy) && !empty($policy)){ $is_suggested = true; } @endphp @section('breadcrumb')

Create a Policy or Document

@endsection @section('content') @if($is_suggested)
Suggestions on what to include in this policy

{!!isset($policy->suggestions) ? $policy->suggestions : '' !!}

@endif
@csrf
@if($is_suggested)
{{$policy->name}}

Type, copy and paste your schools policy here or upload your policy as a PDF document.

@else
Add your policy or document here.
@endif
@if(!$is_suggested)
@endif
Approved by
@endsection @section('script-bottom') {{-- --}} {{-- --}} @endsection