@extends('Layouts.UserDashboard-Interface') @section('content')

Edit Active Fundraising

You can edit the active fundraising details here.

@csrf @method('PUT')
{{--
--}}
{{--
--}}
@error('banner_image')

{{ $message }}

@enderror
@error('raiser_images')

{{ $message }}

@enderror
@foreach ( $images as $image)
@endforeach
@endsection