@extends('layouts.master') @section('content')
Supplier Add Supplier

Add New Supplier Back to Supplier

Add Supplier

@csrf @if (count($errors) > 0)
@foreach ($errors->all() as $error) @endforeach
@endif
Add Supplier

Cancel
@endsection @push('scripts') @endpush