@extends('layouts.app') @section('title', 'Edit PPE Supplier') @section('content')
Back

Edit PPE Supplier

@csrf @method('PUT')

Supplier Information

@error('name')

{{ $message }}

@enderror
is_preferred) ? 'checked' : '' }} class="h-4 w-4 text-teal-600 focus:ring-teal-500 border-gray-300 rounded">
Cancel
@endsection