@extends('layouts.app') @section('title', 'Suppliers') @section('page_title', 'Canadian Suppliers') @section('content') @php($provinces = config('procurement.provinces', []))

Create Supplier

@csrf

Supplier List

@foreach($suppliers as $supplier) @csrf @method('PUT') @endforeach
SupplierContactLocationTax / PaymentStatusUpdate
@csrf @method('DELETE')
@endsection