@extends('layouts.layout-2') @section('content')
Business Points
 
@if(isset($add_points_error) && $add_points_error)
  • {{ $add_points_error }}
@endif
{!! Form::open(['action' => route('admin_business_points'), 'class' => 'form-horizontal', 'id'=>'form_admin_business_points']) !!}
{!! Form::close() !!}
# {{__('Datum') }} {{__('tables.points')}} {{__('Umsatz netto')}} {{__('VE')}} {{__('Typ')}} {{__('für')}} {{__('Bestellung')}} {{__('tables.adviser_no')}} {{__('First name')}} {{__('Last name') }} {{__('E-Mail') }} {{__('Info') }} {{__('Notiz') }}
@endsection