@extends('layouts.master') @section('content') @include('partials.containers-header')
@include('partials.errors_display')
@lang('Add Objective to Map')
@csrf

@lang('The comma causes a line break')

@can('map.create') @endcan
@foreach($perspec as $perspective)
{{__($perspective->name)}}
@foreach($perspective->objectives as $objective) {!! $objective->map_name !!} @endforeach
@endforeach
@include('map.modal_edit') {{-- @include('map.modal_vision') --}} @include('partials.containers-footer') @endsection @section('javascript') @endsection