@extends('layouts.app', ['title' => 'Editar NFSe']) @section('content')

Editar NFSe

Voltar
{!!Form::open()->fill($item) ->put() ->route('nota-servico.update', [$item->id]) !!}
@include('nota_servico._forms')
{!!Form::close()!!}
@endsection @section('js') @endsection