@extends('payer.master_layout.master')
@section('title', 'Dashboard')
@section('header_menu')
@parent
@endsection
@section('sidebar_menu')
@parent
@endsection
@section('content')
Welcome, {{ Auth::guard('payer')->user()->first_name }} {{ Auth::guard('payer')->user()->last_name }}
Total Amount
My Donations
{{ getDateTimeFormat($date['created_at'])}}
@endsection
@section('footer')
@parent
@endsection
@section('extraa_script_and_js')
@parent
@endsection