@extends('Backend.dashboard') @section('title') Strategic Planning @endsection @section('content') @if(Session::has('success'))
@endif @if(Session::has('danger'))
@endif @if(count($errors) > 0)
@foreach($errors->all() as $error) @endforeach
@endif
@foreach($strategic_planning as $annualreport) @endforeach
Strategic Planning Actions
{{ $annualreport->name }} Edit Delete
@csrf
@endsection @section('ckeditor') @endsection