@extends('admin.layouts.app') @section('title', 'Edit Supplier') @section('page_title', 'Edit Supplier') @section('content')
Edit Supplier
@csrf @method('PUT')
Cancel
@endsection