@extends('dashboard.layouts.master') @section('title', 'Supplier Management | Admin Panel') @push('after-styles') @endpush @section('content') @if(Helper::canAccessModule('supplier_management'))

Supplier Management

{{ __('backend.dashboard') }} / Supplier Management
{{-- Bulk action form --}} @if(Helper::checkPermission('supplier_management', 'update')) {{ Form::open(['route' => 'admin.suppliers.updateAll', 'method' => 'post', 'id' => 'updateAll']) }}
{{ Form::close() }} @endif {{-- Status Filter Tabs --}}
Supplier Name Company Name Mobile Email Approval Status Active Status Created Date Options
{{-- Confirmation Modals --}} {{-- Reject Modal --}} @else @endif @endsection @push('after-scripts') @endpush