@extends('backend.layouts.app') @section('page-title', trans('app.add_point')) @section('page-heading', trans('app.add_point')) @section('breadcrumbs')
@lang('app.points')
@lang('app.create')
@stop @section('content') @include('backend.partials.messages') {!! Form::open(['route' => 'backend.points.store', 'files' => true, 'id' => 'point-form']) !!}
@lang('app.point_details')
A general point information.
@include('backend.points.partials.base', ['edit' => false, 'profile' => false])
@lang('app.add_point')
{!! Form::close() !!} @stop @section('scripts') @stop