@extends('admin.default') @section('css') @endsection @section('content')

Edit Donor

@include('include.messages')

Edit Donor

@csrf @method('PUT')
{{ $errors->first('donor_name') }}
{{ $errors->first('donor_whatsapp') }}
{{ $errors->first('donor_ref_name') }}
{{ $errors->first('donor_whatsapp_sec') }}
@endsection @section('js') @endsection