@extends('admin.layouts.admin', ['title' => __('Weekly Statements Details')]) @section('content') @if(count($errors) > 0)
@endif

All Datas

@if(count($weekly_statements_detail)>0)
SR.No Broker Login Name Ratio Comment Amount Net Amt Currency $ Rate
Total {{ $total_amount }} {{ $total_net_amount }}
@endif
@endsection