@extends('layouts.app') @section('content')
@include('common.errors') {!! Form::model($ofertasrural, ['route' => ['ofertasrurals.update', $ofertasrural->id], 'method' => 'patch']) !!} @include('ofertasrurals.fields') {!! Form::close() !!} @include('__partials.map')
@endsection