@extends('layouts.dashboard') @section('header')

{{ __('Edit Activity: ') . $activity->name }}

@endsection @section('content')

Edit Activity Information

Update the activity details below.

@csrf @method('PUT')
@endsection