@extends('layouts.app') @section('title') Benevolent Fund @stop @section('breadcrumb') @stop @section('content')

Update Benevolent Fund

{{csrf_field()}}
@if ($errors->has('b_fund')) {{ $errors->first('b_fund') }} @endif
@stop