@extends('layouts.default') @section('title', 'Goal List') @section('content')
@if ($errors->any()) @endif @if (session()->has('message')) @endif

Goal Details

@csrf
Image User Name Goal Name Type Amount Actions
@endsection @section('pagespecificscripts') @endsection