@inject('model', '\App\Domains\Product\Models\Product') @extends('frontend.layouts.app') @section('title', __('Login')) @section('content')


{{-- --}}
@if (auth()->check() && auth()->user()->type == 'admin')

Batches Approval

{{ \App\Models\batch::where('status', '=', 0)->count() }} Batches waiting for Approval.

@else

Access Denied

You do not have permission to access this page.

@endif
@endsection @push('after-styles') @endpush