@include('agent.pay-menu')
@extends('layouts.app') @section('title', __('Master Dashboard')) @section('content') @php $crn = "৳"; @endphp @if (count($receiveds)>0) @if($receiveds[0]->currency=='bdt' || $receiveds[0]->currency=='BDT') @php $crn = "৳"; @endphp @else @php $crn = "$"; @endphp @endif @endif