@extends('layouts.webapp') @section('title',__('menu.yearly_working_plan')) @section('content')
{{ __('menu.yearly_working_plan')}}
@foreach ($contents as $content)
{!! $content->description !!}
@endforeach
@endsection