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