@extends('layouts.app') @section('title', 'Suppliers') @php $breadcrumbs = [['label' => 'Masters', 'url' => '#'], ['label' => 'Suppliers']]; @endphp @section('content')

Supplier Master

Manage your supplier database

@can('suppliers.create') New Supplier @endcan
@endsection