@if( count((array) $errors) > 0)
@foreach($errors->all() as $error)
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Error') }}:
{{ $error }}
@endforeach
@endif
@if(session()->has('message'))
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}
@if(in_array("Add",$Package ))
{!! Form::open(array('url' =>'admin/add-services-plan-data', 'method'=>'post', 'class' => 'form-horizontal', 'id' => 'addNewPackage', 'enctype'=>'multipart/form-data')) !!}
{!! Form::close() !!}
@else
{!! Form::text('name', '', array('class'=>'form-control', 'id'=>'name', 'required'=>'required')) !!}
{!! Form::text('model_number', '', array('class'=>'form-control', 'id'=>'model_number')) !!}
{!! Form::text('existing_customer', '', array('class'=>'form-control', 'id'=>'existing_customer')) !!}
{!! Form::text('price', '', array('class'=>'form-control', 'id'=>'price', 'required'=>'required')) !!}
Please contact with SuperAdmin
@endif