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

Add 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('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('contact')) {{ $errors->first('contact') }} @endif
@if ($errors->has('alternate_contact')) {{ $errors->first('alternate_contact') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('postal_code')) {{ $errors->first('postal_code') }} @endif
Cancel
@endsection @section('scripts') @endsection