@extends('layouts.backend')
@section('styles')
@endsection
@section('page-header')
@endsection
@section('content')
| Type |
Description |
Action |
@foreach ($goal_types as $type)
| {{$type->type}} |
{{$type->description}} |
|
@endforeach
@endsection
@section('scripts')
@endsection