@extends('layouts.app') @section('title', 'Add Supplier') @section('content')

Add Supplier

Suppliers / New

@if($errors->any())
@endif
@csrf
Cancel
@endsection