@extends('layouts.app') @section('content')

{{ __('Add Supplier') }}

{{ __('Create a supplier record.') }}

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
{{ __('Cancel') }}
@endsection