@extends('layouts.master') @section('title','Add Connection Goal') @section('content')

Add New Connection Goal

@csrf
@error('name')
{{ $message }}
@enderror
@endsection