@extends('layouts.backend') @section('styles') @endsection @section('page-header')

Goal Tracking

Add New
@endsection @section('content')
@foreach ($goals as $goal) @if(!empty($goal->goal_type)) @endif @endforeach
Goal Type Subject Target Achievement Start Date End Date Description Status Progress Action
{{$goal->goal_type->type}} {{$goal->subject}} {{$goal->target}} {{$goal->start_date}} {{$goal->end_date}} {{$goal->description}} {{$goal->status}}

Completed {{$goal->progress}} %

@endsection @section('scripts') @endsection