@extends('layouts.app') @section('title', 'Suppliers') @section('content')
Manage your suppliers and price references
{{ $supplier->contact_person }}
@endif @if ($supplier->location){{ $supplier->location }}
@endif @if ($supplier->contact_number){{ $supplier->contact_number }}
@endif @if ($supplier->notes){{ Str::limit($supplier->notes, 80) }}
@endif@if(request()->has('search')) No suppliers match your search criteria. @else Get started by creating your first supplier. @endif
Create Supplier