@extends('../layout/' . $layout) @section('subhead')
# | USER | ASTROLOGER | REPORT TYPE | REPORT DATE | REPORT CHARGE | ACTIONS |
---|---|---|---|---|---|---|
{{ ($page - 1) * 15 + ++$no }} | {{ $req->userName }} - {{ $req->userContactNo }} | {{ $req->astrologerName }} - {{ $req->astrologerContactNo }} | {{ $req->title }} | {{ date('d-m-Y', strtotime($req->created_at)) ? date('d-m-Y ', strtotime($req->created_at)) : '--' }} | {{ $currency->value }} {{ $req->reportRate }} |
@if ($req->reportFile)
DownloadFile
@endif
|