@extends('landlord.layout.main') @section('content') @if(session()->has('message'))
{{ session()->get('message') }}
@endif @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif

{{trans('file.Add Package')}}

{{trans('file.The field labels marked with * are required input fields')}}.

{!! Form::open(['route' => ['packages.update', $packageData->id], 'method' => 'put', 'id' => 'package-form']) !!}
monthly_fee == 0 && $packageData->yearly_fee == 0){{'checked'}}@endif>
is_free_trial){{'checked'}}@endif>

0 = {{trans('file.Infinity')}}

0 = {{trans('file.Infinity')}}

0 = {{trans('file.Infinity')}}

0 = {{trans('file.Infinity')}}

0 = {{trans('file.Infinity')}}

    @foreach ($features as $key => $feature)
  • features)) ? 'checked' : '') }}>  {{$feature['name']}}
  • @endforeach
  {{trans('file.Update existing clients who are using this package')}}
{!! Form::close() !!}
@endsection @push('scripts') @endpush