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

Goal Type

Add New
@endsection @section('content')
@foreach ($goal_types as $type) @endforeach
Type Description Action
{{$type->type}} {{$type->description}}
@endsection @section('scripts') @endsection