CoolAdmin
  • Dashboard
    • Dashboard 1
    • Dashboard 2
    • Dashboard 3
    • Dashboard 4
  • Charts
  • Tables
  • Forms
  • Calendar
  • Maps
  • Buyers
    • Add Buyers
    • List
  • UI Elements
    • Button
    • Badges
    • Tabs
    • Cards
    • Alerts
    • Progress Bars
    • Modals
    • Switchs
    • Grids
    • Fontawesome Icon
    • Typography
Cool Admin
    @if(auth('admin')->user()->hasPermission('view.dashboard'))
  • Dashboard
  • @endif @if(auth('admin')->user()->hasPermission('view.buyers'))
  • Buyer Management
      @if(auth('admin')->user()->hasPermission('manage.buyers'))
    • Add Buyers
    • @endif
    • All Buyer List
  • @endif @if(auth('admin')->user()->hasPermission('view.banks'))
  • Banks
    • Banks List
    • @if(auth('admin')->user()->hasPermission('manage.banks'))
    • Add Banks
    • @endif
  • @endif @if(auth('admin')->user()->hasPermission('view.sellers'))
  • Company Detail
    • Company List
    • @if(auth('admin')->user()->hasPermission('manage.sellers'))
    • Add Company
    • @endif
  • @endif @if(auth('admin')->user()->hasPermission('view.terms'))
  • Terms Conditions
    • Terms List
    • @if(auth('admin')->user()->hasPermission('manage.terms'))
    • Add Terms
    • @endif
  • @endif @if(auth('admin')->user()->hasPermission('view.factories'))
  • Factory
      @if(auth('admin')->user()->hasPermission('manage.factories'))
    • Add Factory
    • @endif
    • All Factory List
  • @endif @if(auth('admin')->user()->hasPermission('view.library'))
  • Information Library
    • Add Information
    • @if(auth('admin')->user()->hasPermission('manage.library'))
    • Yarn Types
    • Knitting Types
    • Dyeing Types
    • Fabric Add-ons
    • Accessories
    • Other Costs categories
    • Other Cost
    • Commercial Rates
    • Garment Add-ons
    • @endif
  • @endif @if(auth('admin')->user()->hasPermission('view.rfqs'))
  • RFQ
      @if(auth('admin')->user()->hasPermission('manage.rfqs'))
    • Add Rfq
    • @endif
    • Inquiry List
    • Quotation Generator
  • @endif @if(auth('admin')->user()->hasPermission('view.orders'))
  • Order Confirmation
      @if(auth('admin')->user()->hasPermission('create.orders'))
    • Create
    • @endif
    • All List
  • @endif @if(auth('admin')->user()->hasPermission('view.payments'))
  • Payment Management
    • Advance Payments
    • Payment Allocations
    • Bank Invoices
    • Payment Ledger
    • Ledger Summary
  • @endif @if(auth('admin')->user()->hasPermission('view.shipments'))
  • Shipment & Logistics
      @if(auth('admin')->user()->hasPermission('manage.shipments'))
    • Create Shipment
    • @endif
    • Shipment Entry
    • Carton Details
    • Booking Invoice
    • Final Shipment Update
  • @endif @if(auth('admin')->user()->hasPermission('view.documents'))
  • FINAL DOCUMENT GENERATOR
    • Generate Documents
    • Templates
    • Export Center
    • Email Logs
    • @if(auth('admin')->user()->hasPermission('manage.documents'))
    • Create Template
    • @endif
  • @endif @if(auth('admin')->user()->hasPermission('view.reports'))
  • REPORTS & ANALYTICS
  • @endif @if(auth('admin')->user()->hasPermission('view.users') || auth('admin')->user()->hasPermission('manage.roles') || auth('admin')->user()->hasPermission('view.audit.logs'))
  • SECURITY
  • @endif @if(auth('admin')->user()->hasPermission('view.users'))
  • User Management
  • @endif @if(auth('admin')->user()->hasPermission('manage.roles'))
  • Role Management
  • @endif @if(auth('admin')->user()->hasPermission('view.audit.logs'))
  • Audit Logs
  • @endif
1

You have 2 news message

Michelle Moreno
Michelle Moreno

Have sent a photo

3 min ago
Diane Myers
Diane Myers

You are now connected on message

Yesterday
View all messages
1

You have 3 New Emails

Cynthia Harvey

Meeting about new dashboard...

Cynthia Harvey, 3 min ago
Cynthia Harvey

Meeting about new dashboard...

Cynthia Harvey, Yesterday
Cynthia Harvey

Meeting about new dashboard...

Cynthia Harvey, April 12,,2018
See all emails
3

You have 3 Notifications

You got a email notification

April 12, 2018 06:50

Your account has been blocked

April 12, 2018 06:50

You got a new file

April 12, 2018 06:50
All notifications
@php $admin = auth('admin')->check() ? auth('admin')->user() : null; $profileImage = $admin && $admin->profile_image ? asset( $admin->profile_image) : asset('images/logo/ZinaxiT.PNG'); // <- your default image @endphp
John Doe
{{ auth('admin')->user()->name }}
John Doe
@auth('admin')
{{ auth('admin')->user()->name }}
{{ auth('admin')->user()->email }}@endauth
My Profile
Add Admin
Setting
Logout
@csrf