@section('css') @endsection @extends('powerpanel.layouts.app') @section('title') {{Config::get('Constant.SITE_NAME')}} - Admin Panel @endsection @php $settings = json_decode(Config::get("Constant.MODULE.SETTINGS")); @endphp @section('content')
@if(Session::has('message')) @endif @if(Session::has('error')) @endif
{!! Form::open(['method' => 'post','id'=>'frmFacilityManagement']) !!}
@if(isset($feeManagement))

{{ $breadcrumb['inner_title']}}

@endif
@php if(isset($feeManagement_highLight->facility_id) && ($feeManagement_highLight->facility_id != $feeManagement->facility_id)){ $Class_title = " highlitetext"; }else{ $Class_title = ""; } @endphp {!! Form::text('facility_id', isset($feeManagement->facility_id)?'$'.$feeManagement->facility_id:old('facility_id'), array('maxlength' => 200,'id'=>'facility_id', 'class' => 'form-control hasAlias seoField maxlength-handler titlespellingcheck','autocomplete'=>'off')) !!} {{ $errors->first('facility_id') }}
@php if(isset($feeManagement_highLight->business_name) && ($feeManagement_highLight->business_name != $feeManagement->business_name)){ $Class_title = " highlitetext"; }else{ $Class_title = ""; } @endphp {!! Form::text('business_name', isset($feeManagement->business_name)?'$'.$feeManagement->business_name:old('business_name'), array('maxlength' => 200,'id'=>'business_name', 'class' => 'form-control hasAlias seoField maxlength-handler titlespellingcheck','autocomplete'=>'off')) !!} {{ $errors->first('business_name') }}
@php if(isset($feeManagement_highLight->facility_name) && ($feeManagement_highLight->facility_name != $feeManagement->facility_name)){ $Class_title = " highlitetext"; }else{ $Class_title = ""; } @endphp {!! Form::text('facility_name', isset($feeManagement->facility_name)?'$'.$feeManagement->facility_name:old('facility_name'), array('maxlength' => 200,'id'=>'facility_name', 'class' => 'form-control hasAlias seoField maxlength-handler titlespellingcheck','autocomplete'=>'off')) !!} {{ $errors->first('facility_name') }}
@php if(isset($feeManagement_highLight->renewal_credit) && ($feeManagement_highLight->renewal_credit != $feeManagement->renewal_credit)){ $Class_title = " highlitetext"; }else{ $Class_title = ""; } @endphp {!! Form::text('years_business', isset($feeManagement->renewal_credit)?$feeManagement->renewal_credit:old('years_business'), array('maxlength' => 200,'id'=>'renewal_credit','class' => 'form-control hasAlias seoField maxlength-handler titlespellingcheck','data-provider' => 'flatpickr', 'data-date-format' => Config::get('Constant.DEFAULT_DATE_FORMAT'), 'autocomplete'=>'off')) !!} {{ $errors->first('years_business') }}
@php if(isset($feeManagement_highLight->telephone) && ($feeManagement_highLight->telephone != $feeManagement->telephone)){ $Class_title = " highlitetext"; }else{ $Class_title = ""; } @endphp {!! Form::text('telephone', isset($feeManagement->telephone)?$feeManagement->telephone:old('telephone'), array('maxlength' => 200,'id'=>'telephone', 'class' => 'form-control hasAlias seoField maxlength-handler titlespellingcheck','autocomplete'=>'off')) !!} {{ $errors->first('telephone') }}
@php if(isset($feeManagement_highLight->address) && ($feeManagement_highLight->address != $feeManagement->address)){ $Class_title = " highlitetext"; }else{ $Class_title = ""; } @endphp {!! Form::textarea('address', isset($feeManagement->address)?$feeManagement->address:old('address'), array('maxlength' => 400,'id'=>'address', 'class' => 'form-control hasAlias seoField maxlength-handler titlespellingcheck','rows'=>'4', 'autocomplete'=>'off')) !!} {{ $errors->first('address') }}
@php if(isset($feeManagement_highLight->city) && ($feeManagement_highLight->city != $feeManagement->city)){ $Class_title = " highlitetext"; }else{ $Class_title = ""; } @endphp {!! Form::text('city', isset($feeManagement->city)?$feeManagement->city:old('city'), array('maxlength' => 200,'id'=>'city', 'class' => 'form-control hasAlias seoField maxlength-handler titlespellingcheck','autocomplete'=>'off')) !!} {{ $errors->first('city') }}
@php if(isset($feeManagement_highLight->zip_code) && ($feeManagement_highLight->zip_code != $feeManagement->zip_code)){ $Class_title = " highlitetext"; }else{ $Class_title = ""; } @endphp {!! Form::text('zip_code', isset($feeManagement->zip_code)?$feeManagement->zip_code:old('zip_code'), array('maxlength' => 200,'id'=>'zip_code', 'class' => 'form-control hasAlias seoField maxlength-handler titlespellingcheck','autocomplete'=>'off')) !!} {{ $errors->first('zip_code') }}
@php if(isset($feeManagement_highLight->county) && ($feeManagement_highLight->county != $feeManagement->county)){ $Class_title = " highlitetext"; }else{ $Class_title = ""; } @endphp {!! Form::text('county', isset($feeManagement->county)?$feeManagement->county:old('county'), array('maxlength' => 200,'id'=>'county', 'class' => 'form-control hasAlias seoField maxlength-handler titlespellingcheck','autocomplete'=>'off')) !!} {{ $errors->first('county') }}
@php if(isset($feeManagement_highLight->inspect_typea) && ($feeManagement_highLight->inspect_typea != $feeManagement->inspect_typea)){ $Class_title = " highlitetext"; }else{ $Class_title = ""; } @endphp {!! Form::text('inspect_typea', isset($feeManagement->inspect_typea)?$feeManagement->inspect_typea:old('inspect_typea'), array('maxlength' => 200,'id'=>'inspect_typea', 'class' => 'form-control hasAlias seoField maxlength-handler titlespellingcheck','autocomplete'=>'off')) !!} {{ $errors->first('inspect_typea') }}
@php if(isset($feeManagement_highLight->substantied_allegations) && ($feeManagement_highLight->substantied_allegations != $feeManagement->substantied_allegations)){ $Class_title = " highlitetext"; }else{ $Class_title = ""; } @endphp {!! Form::text('substantied_allegations', isset($feeManagement->substantied_allegations)?$feeManagement->substantied_allegations:old('substantied_allegations'), array('maxlength' => 200,'id'=>'substantied_allegations', 'class' => 'form-control hasAlias seoField maxlength-handler titlespellingcheck','autocomplete'=>'off')) !!} {{ $errors->first('substantied_allegations') }}
@php if(isset($feeManagement_highLight->facility_capacity) && ($feeManagement_highLight->facility_capacity != $feeManagement->facility_capacity)){ $Class_title = " highlitetext"; }else{ $Class_title = ""; } @endphp {!! Form::text('facility_capacity', isset($feeManagement->facility_capacity)?$feeManagement->facility_capacity:old('facility_capacity'), array('maxlength' => 200,'id'=>'facility_capacity', 'class' => 'form-control hasAlias seoField maxlength-handler titlespellingcheck','autocomplete'=>'off')) !!} {{ $errors->first('facility_capacity') }}
{{-- Search Ranking --}}
@if(isset($feeManagement->intSearchRank)) @php $srank = $feeManagement->intSearchRank; @endphp @else @php $srank = null !== old('search_rank') ? old('search_rank') : 2 ; @endphp @endif @if(Config::get('Constant.CHRSearchRank') == 'Y')

Search Ranking

Note: {{ trans('fee-management::template.common.SearchEntityTools') }}
@endif
{{--

{{ trans('fee-management::template.common.displayinformation') }}

@if(isset($feeManagement_highLight->chrPublish) && ($feeManagement_highLight->chrPublish != $feeManagement->chrPublish)) @php $Class_chrPublish = " highlitetext"; @endphp @else @php $Class_chrPublish = ""; @endphp @endif
@if(isset($feeManagement) && $feeManagement->chrAddStar == 'Y')

NOTE: This record is in Approval Request , so it can't be published/unpublished.

@elseif(isset($feeManagement) && $feeManagement->chrDraft == 'D' && $feeManagement->chrAddStar != 'Y') @include('powerpanel.partials.displayInfo',['Class_chrPublish'=>$Class_chrPublish,'display' => (isset($feeManagement->chrDraft)?$feeManagement->chrDraft:'D')]) @else @include('powerpanel.partials.displayInfo',['Class_chrPublish'=>$Class_chrPublish,'display' => (isset($feeManagement->chrPublish)?$feeManagement->chrPublish:'Y')]) @endif
--}}
@if(isset($feeManagement->fkMainRecord) && $feeManagement->fkMainRecord != 0) @else @if($userIsAdmin) @else @if((isset($chrNeedAddPermission) && $chrNeedAddPermission == 'N') && (isset($charNeedApproval) && $charNeedApproval == 'N')) @else @endif @endif @endif
{{ trans('fee-management::template.common.cancel') }}
{!! Form::close() !!}
@if (Config::get('Constant.DEFAULT_VISUAL') == 'Y') @php Powerpanel\VisualComposer\Controllers\VisualComposerController::get_dialog_maker()@endphp @endif @endsection @section('scripts') @if (Config::get('Constant.DEFAULT_VISUAL') == 'Y') @php Powerpanel\VisualComposer\Controllers\VisualComposerController::get_visual_checkEditor()@endphp @else @include('powerpanel.partials.ckeditor',['config'=>'docsConfig']) @endif @if (Config::get('Constant.DEFAULT_VISUAL') == 'Y') @php Powerpanel\VisualComposer\Controllers\VisualComposerController::get_builder_css_js()@endphp @endif @endsection