@extends('layouts.merchant') @section('ext_css') @endsection @section('content')
@if(session('success'))
Success ! {!! Session::get('success') !!}
@elseif(session('failure'))
Failed ! {{ Session::get('failure') }}
@endif

Billing Inquiry

* {{ $errors->first('nep_from_date')}}
* {{ $errors->first('nep_to_date')}}
* {{ $errors->first('eng_from_date')}}
* {{ $errors->first('eng_to_date')}}
@if (request()->eng_from_date) Export @endif
@if(isset($merchants))
@foreach($merchants as $merchant) @foreach($apis as $api) @endforeach @endforeach
Institution Name API From Date To Date Total Count
{{$merchant->name}} {{$api->name}} {{$nep_from_date}} {{$nep_to_date}} {{$merchant->subjectCount($eng_from_date, $eng_to_date, $api->key)}}
@endif
@endsection @section('ext_js')