@include('layouts.header')
@include('layouts.sidebar')

Supplier Management

@if (session('success')) @endif @if (session('error')) @endif @if ($errors->has('phno')) @endif

Supplier Table

@php $no = '1'; @endphp @foreach ($suppliers as $supplier) @php $no++; @endphp @endforeach
No. Name Phone Number Address Action
{{ $no }} {{ $supplier->name }} {{ $supplier->phno }} {{ $supplier->address }}