@extends('layouts.admin') @section('content')
API Usage
{{ csrf_field() }}
{{$errors->first('from_date')}}
{{$errors->first('to_date')}}

Black List Update History
@forelse($blcklistUploadDetails as $k => $detail) @empty @endforelse
S.N Updated Date Uploaded By Download Status
{{ $k +1 }} {{ \Carbon\Carbon::parse($detail->created_at)->format('Y-m-d H:i') }} {{ $detail->admins->first_name }} Download @if($detail->status) Completed @else Incomplete @endif
No data available in the table ...
Merchant Details
@forelse($categories as $category) @empty @endforelse
Category Total Sub-categories
{{ $category->name }} {{ count($category->merchantSubCategories) }}
No merchants registered yet...
@endsection @section('ext_js') @endsection {{--@section('ext_js')--}} {{----}} {{--​--}} {{----}} {{--@endsection--}}