@extends('backend.layouts.app') @section('page-title', trans('app.edit_point')) @section('page-heading', $point->title) @section('breadcrumbs') @stop @section('content') @include('backend.partials.messages') {!! Form::open(['route' => array('backend.points.update', $point->id), 'files' => true, 'id' => 'point-form']) !!}
@lang('app.point_details')

A general point information.

@include('backend.points.partials.base', ['edit' => true])
{!! Form::close() !!} @stop @section('scripts') @stop