@extends('layouts.app') @section('content')

Edit Fund

@if ($errors->any())
@endif
@csrf @method('PUT')
@if ($fund->logo) @endif
@if ($fund->flag) @endif
Add Latest News
@csrf
@endsection