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

Editar horĂ¡rio

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