@extends('layouts.template') @if(Auth::user()->role == 'admin') @section('template')

Edit Supplier Payment

{{ method_field('PUT') }} {{ csrf_field() }}
@if($errors->has('amount')) {{ $errors->first('amount')}} @endif
@endsection @endif