@extends('layouts.app') @section('title', 'Suppliers') @section('page_title', 'Suppliers') @section('content')

Create Supplier

@csrf

Supplier List

@foreach($suppliers as $supplier) @csrf @method('PUT') @endforeach
SupplierContactLocationStatusUpdate

@csrf @method('DELETE')
@endsection