@extends('tenants.layouts.master') @section('title') @lang('Vendors List') @endsection @section('css') @endsection @section('content') @component('tenants.components.breadcrumb') @slot('li_1') Vendors @endslot @slot('title') Vendor List @endslot @endcomponent
Vendors
@can('vendors create') Add Vendor @endcan
Vendor Name Contact Person Phone Number Email Address Created Date Status Action
@endsection @section('script') @endsection