@extends ('backend.layouts.app') @section ('title', __('pointcollector::labels.backend.pointcollector.management') . ' | ' . __('pointcollector::labels.backend.pointcollector.create')) @section('breadcrumb-links') @include('pointcollector::includes.breadcrumb-links') @endsection @push('after-styles') {{ style('assets/plugins/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css') }} @endpush @section('content') {{ html()->form('POST', route('admin.pointcollector.store'))->class('form-horizontal')->open() }}