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

Edit Supplier

@csrf @method('PUT') @include('custom-crud.suppliers._form')
Back
@endsection