@extends('layouts.digitar') @section('title', 'Editar estado') @section('content')
@include('common.errors')
{!! Form::model($state, ['route' => ['states.update', $state->id], 'method' => 'patch','files' => true]) !!} @include('states.fields') {!! Form::close() !!}
@endsection