@extends('layouts.app') @section('title', 'Edit Supplier') @section('content') Back
@csrf @method('PUT') @include('suppliers._form')
Cancel
@endsection