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

Donate to {{ ucwords($project->title) }}

{{ ucfirst($project->description) }}

Billing address

@csrf
@php($id = Crypt::encrypt($project->id)) @php($doner = Auth::guard('doner')->user()) @php($name = explode(" ", $doner->name))
@
RS

Payment Method

Please click the button below and follow the instructions provided to complete your donation.


@endsection @section('scripts') @endsection