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

EDIT

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