@extends('layouts.admin')
@section('content')
Black List Update History
S.N |
Updated Date |
Uploaded By |
Download |
Status |
@forelse($blcklistUploadDetails as $k => $detail)
{{ $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
|
@empty
No data available in the table ... |
@endforelse
Merchant Details
Category |
Total Sub-categories |
@forelse($categories as $category)
{{ $category->name }} |
{{ count($category->merchantSubCategories) }} |
@empty
No merchants registered yet... |
@endforelse
@endsection
@section('ext_js')
@endsection
{{--@section('ext_js')--}}
{{----}}
{{----}}
{{----}}
{{--@endsection--}}