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