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

Edit Connection Goal

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