@extends('layouts.app') @section('content')
config_pagamento {{ $config_pagamento->id }}
{!! Form::open([ 'method'=>'DELETE', 'url' => ['config_pagamentos/config_pagamentos', $config_pagamento->id], 'style' => 'display:inline' ]) !!} {!! Form::button('
@endsection