@extends('layouts.tabler') @section('content')
@if($suppliers->isEmpty()) @else
@livewire('tables.supplier-table')
@endif
@endsection