@extends('admin.includes.base') @section('content')
@include('common.notify')

Update Donor


{{csrf_field()}}
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('contact')) {{ $errors->first('contact') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('postal_code')) {{ $errors->first('postal_code') }} @endif
Cancel
@endsection