@extends('../layout/' . $layout) @section('subhead') @endsection @section('subcontent') @php $currency = DB::table('systemflag') ->where('name', 'Currency') ->select('value') ->first(); @endphp
# | PROFILE | NAME | CONTACT NO | DATE | ACTION |
---|---|---|---|---|---|
{{ ++$no }} |
|
{{ $follower->name }}
|
{{ $follower->contactNo }} | {{ date('d-m-Y', strtotime($follower->followingDate)) }} |
# | TITLE | DESCRIPTION |
---|---|---|
{{ ++$no }} |
{{ $notification->title }}
|
{{ $notification->description }} |
# | Name | GIFT NAME | AMOUNT | DATE |
---|---|---|---|---|
{{ ++$no }} |
{{ $gift->astrolgoerName }}
|
{{ $gift->giftName }} | {{ $currency->value }}{{ $gift->giftAmount ? $gift->giftAmount : 0 }} | {{ date('d-m-Y', strtotime($gift->created_at)) }} |