@extends('layout.app') @section('title', __('supplier_edit')) @section('content')
@csrf @method('put')
@include('supplier.form')
@endsection