<div class="content">
                <div class="row">
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="id">
                    {!! trans('property::property.label.id') !!}
                </label><br />
                    {!! $property['id'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="user_id">
                    {!! trans('property::property.label.user_id') !!}
                </label><br />
                    {!! $property['user_id'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="user_type">
                    {!! trans('property::property.label.user_type') !!}
                </label><br />
                    {!! $property['user_type'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="country_id">
                    {!! trans('property::property.label.country_id') !!}
                </label><br />
                    {!! $property['country_id'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="state_id">
                    {!! trans('property::property.label.state_id') !!}
                </label><br />
                    {!! $property['state_id'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="district_id">
                    {!! trans('property::property.label.district_id') !!}
                </label><br />
                    {!! $property['district_id'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="city_id">
                    {!! trans('property::property.label.city_id') !!}
                </label><br />
                    {!! $property['city_id'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="location_id">
                    {!! trans('property::property.label.location_id') !!}
                </label><br />
                    {!! $property['location_id'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="category_id">
                    {!! trans('property::property.label.category_id') !!}
                </label><br />
                    {!! $property['category_id'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="sort_order">
                    {!! trans('property::property.label.sort_order') !!}
                </label><br />
                    {!! $property['sort_order'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="code">
                    {!! trans('property::property.label.code') !!}
                </label><br />
                    {!! $property['code'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="title">
                    {!! trans('property::property.label.title') !!}
                </label><br />
                    {!! $property['title'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="slug">
                    {!! trans('property::property.label.slug') !!}
                </label><br />
                    {!! $property['slug'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="description">
                    {!! trans('property::property.label.description') !!}
                </label><br />
                    {!! $property['description'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="status">
                    {!! trans('property::property.label.status') !!}
                </label><br />
                    {!! $property['status'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="published">
                    {!! trans('property::property.label.published') !!}
                </label><br />
                    {!! $property['published'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="publish_status">
                    {!! trans('property::property.label.publish_status') !!}
                </label><br />
                    {!! $property['publish_status'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="year">
                    {!! trans('property::property.label.year') !!}
                </label><br />
                    {!! $property['year'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="property_for">
                    {!! trans('property::property.label.property_for') !!}
                </label><br />
                    {!! $property['property_for'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="label">
                    {!! trans('property::property.label.label') !!}
                </label><br />
                    {!! $property['label'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="price">
                    {!! trans('property::property.label.price') !!}
                </label><br />
                    {!! $property['price'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="plan_name">
                    {!! trans('property::property.label.plan_name') !!}
                </label><br />
                    {!! $property['plan_name'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="amount">
                    {!! trans('property::property.label.amount') !!}
                </label><br />
                    {!! $property['amount'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="pay_frequency">
                    {!! trans('property::property.label.pay_frequency') !!}
                </label><br />
                    {!! $property['pay_frequency'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="images">
                    {!! trans('property::property.label.images') !!}
                </label><br />
                    {!! $property['images'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="upload_folder">
                    {!! trans('property::property.label.upload_folder') !!}
                </label><br />
                    {!! $property['upload_folder'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="area">
                    {!! trans('property::property.label.area') !!}
                </label><br />
                    {!! $property['area'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="size_prefix">
                    {!! trans('property::property.label.size_prefix') !!}
                </label><br />
                    {!! $property['size_prefix'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="land_area_size_prefix">
                    {!! trans('property::property.label.land_area_size_prefix') !!}
                </label><br />
                    {!! $property['land_area_size_prefix'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="area_type">
                    {!! trans('property::property.label.area_type') !!}
                </label><br />
                    {!! $property['area_type'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="owner_type">
                    {!! trans('property::property.label.owner_type') !!}
                </label><br />
                    {!! $property['owner_type'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="bedrooms">
                    {!! trans('property::property.label.bedrooms') !!}
                </label><br />
                    {!! $property['bedrooms'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="bathrooms">
                    {!! trans('property::property.label.bathrooms') !!}
                </label><br />
                    {!! $property['bathrooms'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="garages">
                    {!! trans('property::property.label.garages') !!}
                </label><br />
                    {!! $property['garages'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="garage_size">
                    {!! trans('property::property.label.garage_size') !!}
                </label><br />
                    {!! $property['garage_size'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="water_source">
                    {!! trans('property::property.label.water_source') !!}
                </label><br />
                    {!! $property['water_source'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="furnishing">
                    {!! trans('property::property.label.furnishing') !!}
                </label><br />
                    {!! $property['furnishing'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="no_balcony">
                    {!! trans('property::property.label.no_balcony') !!}
                </label><br />
                    {!! $property['no_balcony'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="address">
                    {!! trans('property::property.label.address') !!}
                </label><br />
                    {!! $property['address'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="neighbourhood">
                    {!! trans('property::property.label.neighbourhood') !!}
                </label><br />
                    {!! $property['neighbourhood'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="zip_code">
                    {!! trans('property::property.label.zip_code') !!}
                </label><br />
                    {!! $property['zip_code'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="locality">
                    {!! trans('property::property.label.locality') !!}
                </label><br />
                    {!! $property['locality'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="features">
                    {!! trans('property::property.label.features') !!}
                </label><br />
                    {!! $property['features'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="slider">
                    {!! trans('property::property.label.slider') !!}
                </label><br />
                    {!! $property['slider'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="featured">
                    {!! trans('property::property.label.featured') !!}
                </label><br />
                    {!! $property['featured'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="hotprop_order">
                    {!! trans('property::property.label.hotprop_order') !!}
                </label><br />
                    {!! $property['hotprop_order'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="premium">
                    {!! trans('property::property.label.premium') !!}
                </label><br />
                    {!! $property['premium'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="email_alert">
                    {!! trans('property::property.label.email_alert') !!}
                </label><br />
                    {!! $property['email_alert'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="photo_count">
                    {!! trans('property::property.label.photo_count') !!}
                </label><br />
                    {!! $property['photo_count'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="validity">
                    {!! trans('property::property.label.validity') !!}
                </label><br />
                    {!! $property['validity'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="visibility">
                    {!! trans('property::property.label.visibility') !!}
                </label><br />
                    {!! $property['visibility'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="video_embed">
                    {!! trans('property::property.label.video_embed') !!}
                </label><br />
                    {!! $property['video_embed'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="payment_status">
                    {!! trans('property::property.label.payment_status') !!}
                </label><br />
                    {!! $property['payment_status'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="latitude">
                    {!! trans('property::property.label.latitude') !!}
                </label><br />
                    {!! $property['latitude'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="longitude">
                    {!! trans('property::property.label.longitude') !!}
                </label><br />
                    {!! $property['longitude'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="map_embed">
                    {!! trans('property::property.label.map_embed') !!}
                </label><br />
                    {!! $property['map_embed'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="posting_type">
                    {!! trans('property::property.label.posting_type') !!}
                </label><br />
                    {!! $property['posting_type'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="listing_plan">
                    {!! trans('property::property.label.listing_plan') !!}
                </label><br />
                    {!! $property['listing_plan'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="plan_visibility">
                    {!! trans('property::property.label.plan_visibility') !!}
                </label><br />
                    {!! $property['plan_visibility'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="contact_mail">
                    {!! trans('property::property.label.contact_mail') !!}
                </label><br />
                    {!! $property['contact_mail'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="parking_no">
                    {!! trans('property::property.label.parking_no') !!}
                </label><br />
                    {!! $property['parking_no'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="website">
                    {!! trans('property::property.label.website') !!}
                </label><br />
                    {!! $property['website'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="phone">
                    {!! trans('property::property.label.phone') !!}
                </label><br />
                    {!! $property['phone'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="mobile">
                    {!! trans('property::property.label.mobile') !!}
                </label><br />
                    {!! $property['mobile'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="contact_name">
                    {!! trans('property::property.label.contact_name') !!}
                </label><br />
                    {!! $property['contact_name'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="region">
                    {!! trans('property::property.label.region') !!}
                </label><br />
                    {!! $property['region'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="category_id1">
                    {!! trans('property::property.label.category_id1') !!}
                </label><br />
                    {!! $property['category_id1'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="prop_age">
                    {!! trans('property::property.label.prop_age') !!}
                </label><br />
                    {!! $property['prop_age'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="prop_status">
                    {!! trans('property::property.label.prop_status') !!}
                </label><br />
                    {!! $property['prop_status'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="overview">
                    {!! trans('property::property.label.overview') !!}
                </label><br />
                    {!! $property['overview'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="video">
                    {!! trans('property::property.label.video') !!}
                </label><br />
                    {!! $property['video'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="video_status">
                    {!! trans('property::property.label.video_status') !!}
                </label><br />
                    {!! $property['video_status'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="facilities">
                    {!! trans('property::property.label.facilities') !!}
                </label><br />
                    {!! $property['facilities'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="landmarks">
                    {!! trans('property::property.label.landmarks') !!}
                </label><br />
                    {!! $property['landmarks'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="sellunit">
                    {!! trans('property::property.label.sellunit') !!}
                </label><br />
                    {!! $property['sellunit'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="price_negotiable">
                    {!! trans('property::property.label.price_negotiable') !!}
                </label><br />
                    {!! $property['price_negotiable'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="admin_status">
                    {!! trans('property::property.label.admin_status') !!}
                </label><br />
                    {!! $property['admin_status'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="paid_status">
                    {!! trans('property::property.label.paid_status') !!}
                </label><br />
                    {!! $property['paid_status'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="direct_contact">
                    {!! trans('property::property.label.direct_contact') !!}
                </label><br />
                    {!! $property['direct_contact'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="posted_date">
                    {!! trans('property::property.label.posted_date') !!}
                </label><br />
                    {!! $property['posted_date'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="expire_date">
                    {!! trans('property::property.label.expire_date') !!}
                </label><br />
                    {!! $property['expire_date'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="manage_type">
                    {!! trans('property::property.label.manage_type') !!}
                </label><br />
                    {!! $property['manage_type'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="buildup_area">
                    {!! trans('property::property.label.buildup_area') !!}
                </label><br />
                    {!! $property['buildup_area'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="buildup_unit">
                    {!! trans('property::property.label.buildup_unit') !!}
                </label><br />
                    {!! $property['buildup_unit'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="plot_area">
                    {!! trans('property::property.label.plot_area') !!}
                </label><br />
                    {!! $property['plot_area'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="plot_unit">
                    {!! trans('property::property.label.plot_unit') !!}
                </label><br />
                    {!! $property['plot_unit'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="land_area">
                    {!! trans('property::property.label.land_area') !!}
                </label><br />
                    {!! $property['land_area'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="land_unit">
                    {!! trans('property::property.label.land_unit') !!}
                </label><br />
                    {!! $property['land_unit'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="meta_title">
                    {!! trans('property::property.label.meta_title') !!}
                </label><br />
                    {!! $property['meta_title'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="meta_keyword">
                    {!! trans('property::property.label.meta_keyword') !!}
                </label><br />
                    {!! $property['meta_keyword'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="meta_description">
                    {!! trans('property::property.label.meta_description') !!}
                </label><br />
                    {!! $property['meta_description'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="deleted_at">
                    {!! trans('property::property.label.deleted_at') !!}
                </label><br />
                    {!! $property['deleted_at'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="created_at">
                    {!! trans('property::property.label.created_at') !!}
                </label><br />
                    {!! $property['created_at'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="updated_at">
                    {!! trans('property::property.label.updated_at') !!}
                </label><br />
                    {!! $property['updated_at'] !!}
            </div>
        </div>
        <div class="col-md-4 col-sm-6">
            <div class"form-group">
                <label for="city1">
                    {!! trans('property::property.label.city1') !!}
                </label><br />
                    {!! $property['city1'] !!}
            </div>
        </div>
    </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('country_id')
                       -> label(trans('property::property.label.country_id'))
                       -> placeholder(trans('property::property.placeholder.country_id'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('state_id')
                       -> label(trans('property::property.label.state_id'))
                       -> placeholder(trans('property::property.placeholder.state_id'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('district_id')
                       -> label(trans('property::property.label.district_id'))
                       -> placeholder(trans('property::property.placeholder.district_id'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('city_id')
                       -> label(trans('property::property.label.city_id'))
                       -> placeholder(trans('property::property.placeholder.city_id'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('location_id')
                       -> label(trans('property::property.label.location_id'))
                       -> placeholder(trans('property::property.placeholder.location_id'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('category_id')
                       -> label(trans('property::property.label.category_id'))
                       -> placeholder(trans('property::property.placeholder.category_id'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('sort_order')
                       -> label(trans('property::property.label.sort_order'))
                       -> placeholder(trans('property::property.placeholder.sort_order'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('code')
                       -> label(trans('property::property.label.code'))
                       -> placeholder(trans('property::property.placeholder.code'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('title')
                       -> label(trans('property::property.label.title'))
                       -> placeholder(trans('property::property.placeholder.title'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('description')
                       -> label(trans('property::property.label.description'))
                       -> placeholder(trans('property::property.placeholder.description'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                    {!! Form::select('published')
                    -> options(trans('property::property.options.published'))
                    -> label(trans('property::property.label.published'))
                    -> placeholder(trans('property::property.placeholder.published'))!!}
               </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('publish_status')
                       -> label(trans('property::property.label.publish_status'))
                       -> placeholder(trans('property::property.placeholder.publish_status'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                    {!! Form::select('year')
                    -> options(trans('property::property.options.year'))
                    -> label(trans('property::property.label.year'))
                    -> placeholder(trans('property::property.placeholder.year'))!!}
               </div>

                <div class='col-md-4 col-sm-6'>
                   {!! Form::inline_radios('property_for')
                   -> radios(trans('property::property.options.property_for'))
                   -> label(trans('property::property.label.property_for'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                   {!! Form::inline_radios('label')
                   -> radios(trans('property::property.options.label'))
                   -> label(trans('property::property.label.label'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('price')
                       -> label(trans('property::property.label.price'))
                       -> placeholder(trans('property::property.placeholder.price'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('plan_name')
                       -> label(trans('property::property.label.plan_name'))
                       -> placeholder(trans('property::property.placeholder.plan_name'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('amount')
                       -> label(trans('property::property.label.amount'))
                       -> placeholder(trans('property::property.placeholder.amount'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                    {!! Form::select('pay_frequency')
                    -> options(trans('property::property.options.pay_frequency'))
                    -> label(trans('property::property.label.pay_frequency'))
                    -> placeholder(trans('property::property.placeholder.pay_frequency'))!!}
               </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('images')
                       -> label(trans('property::property.label.images'))
                       -> placeholder(trans('property::property.placeholder.images'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::decimal('area')
                       -> label(trans('property::property.label.area'))
                       -> placeholder(trans('property::property.placeholder.area'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('size_prefix')
                       -> label(trans('property::property.label.size_prefix'))
                       -> placeholder(trans('property::property.placeholder.size_prefix'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('land_area_size_prefix')
                       -> label(trans('property::property.label.land_area_size_prefix'))
                       -> placeholder(trans('property::property.placeholder.land_area_size_prefix'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                   {!! Form::inline_radios('area_type')
                   -> radios(trans('property::property.options.area_type'))
                   -> label(trans('property::property.label.area_type'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('owner_type')
                       -> label(trans('property::property.label.owner_type'))
                       -> placeholder(trans('property::property.placeholder.owner_type'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('bedrooms')
                       -> label(trans('property::property.label.bedrooms'))
                       -> placeholder(trans('property::property.placeholder.bedrooms'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('bathrooms')
                       -> label(trans('property::property.label.bathrooms'))
                       -> placeholder(trans('property::property.placeholder.bathrooms'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('garages')
                       -> label(trans('property::property.label.garages'))
                       -> placeholder(trans('property::property.placeholder.garages'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::decimal('garage_size')
                       -> label(trans('property::property.label.garage_size'))
                       -> placeholder(trans('property::property.placeholder.garage_size'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('water_source')
                       -> label(trans('property::property.label.water_source'))
                       -> placeholder(trans('property::property.placeholder.water_source'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('furnishing')
                       -> label(trans('property::property.label.furnishing'))
                       -> placeholder(trans('property::property.placeholder.furnishing'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('no_balcony')
                       -> label(trans('property::property.label.no_balcony'))
                       -> placeholder(trans('property::property.placeholder.no_balcony'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('address')
                       -> label(trans('property::property.label.address'))
                       -> placeholder(trans('property::property.placeholder.address'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('neighbourhood')
                       -> label(trans('property::property.label.neighbourhood'))
                       -> placeholder(trans('property::property.placeholder.neighbourhood'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('zip_code')
                       -> label(trans('property::property.label.zip_code'))
                       -> placeholder(trans('property::property.placeholder.zip_code'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('locality')
                       -> label(trans('property::property.label.locality'))
                       -> placeholder(trans('property::property.placeholder.locality'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('features')
                       -> label(trans('property::property.label.features'))
                       -> placeholder(trans('property::property.placeholder.features'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('slider')
                       -> label(trans('property::property.label.slider'))
                       -> placeholder(trans('property::property.placeholder.slider'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('featured')
                       -> label(trans('property::property.label.featured'))
                       -> placeholder(trans('property::property.placeholder.featured'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('hotprop_order')
                       -> label(trans('property::property.label.hotprop_order'))
                       -> placeholder(trans('property::property.placeholder.hotprop_order'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('premium')
                       -> label(trans('property::property.label.premium'))
                       -> placeholder(trans('property::property.placeholder.premium'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                   {!! Form::inline_radios('email_alert')
                   -> radios(trans('property::property.options.email_alert'))
                   -> label(trans('property::property.label.email_alert'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('photo_count')
                       -> label(trans('property::property.label.photo_count'))
                       -> placeholder(trans('property::property.placeholder.photo_count'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('validity')
                       -> label(trans('property::property.label.validity'))
                       -> placeholder(trans('property::property.placeholder.validity'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                   {!! Form::inline_radios('visibility')
                   -> radios(trans('property::property.options.visibility'))
                   -> label(trans('property::property.label.visibility'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                   {!! Form::inline_radios('video_embed')
                   -> radios(trans('property::property.options.video_embed'))
                   -> label(trans('property::property.label.video_embed'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                   {!! Form::inline_radios('payment_status')
                   -> radios(trans('property::property.options.payment_status'))
                   -> label(trans('property::property.label.payment_status'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('latitude')
                       -> label(trans('property::property.label.latitude'))
                       -> placeholder(trans('property::property.placeholder.latitude'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('longitude')
                       -> label(trans('property::property.label.longitude'))
                       -> placeholder(trans('property::property.placeholder.longitude'))!!}
                </div>

                <div class='col-md-12'>
                    {!! Form::textarea('map_embed')
                    -> label(trans('property::property.label.map_embed'))
                    -> dataUpload(trans_url($property->getUploadURL('map_embed')))
                    -> addClass('html-editor')
                    -> placeholder(trans('property::property.placeholder.map_embed'))!!}
                </div>
                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('posting_type')
                       -> label(trans('property::property.label.posting_type'))
                       -> placeholder(trans('property::property.placeholder.posting_type'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('listing_plan')
                       -> label(trans('property::property.label.listing_plan'))
                       -> placeholder(trans('property::property.placeholder.listing_plan'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('plan_visibility')
                       -> label(trans('property::property.label.plan_visibility'))
                       -> placeholder(trans('property::property.placeholder.plan_visibility'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('contact_mail')
                       -> label(trans('property::property.label.contact_mail'))
                       -> placeholder(trans('property::property.placeholder.contact_mail'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('parking_no')
                       -> label(trans('property::property.label.parking_no'))
                       -> placeholder(trans('property::property.placeholder.parking_no'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('website')
                       -> label(trans('property::property.label.website'))
                       -> placeholder(trans('property::property.placeholder.website'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('phone')
                       -> label(trans('property::property.label.phone'))
                       -> placeholder(trans('property::property.placeholder.phone'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('mobile')
                       -> label(trans('property::property.label.mobile'))
                       -> placeholder(trans('property::property.placeholder.mobile'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('contact_name')
                       -> label(trans('property::property.label.contact_name'))
                       -> placeholder(trans('property::property.placeholder.contact_name'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('region')
                       -> label(trans('property::property.label.region'))
                       -> placeholder(trans('property::property.placeholder.region'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::numeric('category_id1')
                       -> label(trans('property::property.label.category_id1'))
                       -> placeholder(trans('property::property.placeholder.category_id1'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('prop_age')
                       -> label(trans('property::property.label.prop_age'))
                       -> placeholder(trans('property::property.placeholder.prop_age'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('prop_status')
                       -> label(trans('property::property.label.prop_status'))
                       -> placeholder(trans('property::property.placeholder.prop_status'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('overview')
                       -> label(trans('property::property.label.overview'))
                       -> placeholder(trans('property::property.placeholder.overview'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('video')
                       -> label(trans('property::property.label.video'))
                       -> placeholder(trans('property::property.placeholder.video'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('video_status')
                       -> label(trans('property::property.label.video_status'))
                       -> placeholder(trans('property::property.placeholder.video_status'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('facilities')
                       -> label(trans('property::property.label.facilities'))
                       -> placeholder(trans('property::property.placeholder.facilities'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('landmarks')
                       -> label(trans('property::property.label.landmarks'))
                       -> placeholder(trans('property::property.placeholder.landmarks'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('sellunit')
                       -> label(trans('property::property.label.sellunit'))
                       -> placeholder(trans('property::property.placeholder.sellunit'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('price_negotiable')
                       -> label(trans('property::property.label.price_negotiable'))
                       -> placeholder(trans('property::property.placeholder.price_negotiable'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('admin_status')
                       -> label(trans('property::property.label.admin_status'))
                       -> placeholder(trans('property::property.placeholder.admin_status'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('paid_status')
                       -> label(trans('property::property.label.paid_status'))
                       -> placeholder(trans('property::property.placeholder.paid_status'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('direct_contact')
                       -> label(trans('property::property.label.direct_contact'))
                       -> placeholder(trans('property::property.placeholder.direct_contact'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                   <div class='form-group'>
                     <label for='posted_date' class='control-label'>{!!trans('property::property.label.posted_date')!!}</label>
                     <div class='input-group pickdate'>
                        {!! Form::text('posted_date')
                        -> placeholder(trans('property::property.placeholder.posted_date'))
                        ->raw()!!}
                       <span class='input-group-addon'><i class='fa fa-calendar'></i></span>
                     </div>
                   </div>
                </div>

                <div class='col-md-4 col-sm-6'>
                   <div class='form-group'>
                     <label for='expire_date' class='control-label'>{!!trans('property::property.label.expire_date')!!}</label>
                     <div class='input-group pickdate'>
                        {!! Form::text('expire_date')
                        -> placeholder(trans('property::property.placeholder.expire_date'))
                        ->raw()!!}
                       <span class='input-group-addon'><i class='fa fa-calendar'></i></span>
                     </div>
                   </div>
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('manage_type')
                       -> label(trans('property::property.label.manage_type'))
                       -> placeholder(trans('property::property.placeholder.manage_type'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('buildup_area')
                       -> label(trans('property::property.label.buildup_area'))
                       -> placeholder(trans('property::property.placeholder.buildup_area'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('buildup_unit')
                       -> label(trans('property::property.label.buildup_unit'))
                       -> placeholder(trans('property::property.placeholder.buildup_unit'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('plot_area')
                       -> label(trans('property::property.label.plot_area'))
                       -> placeholder(trans('property::property.placeholder.plot_area'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('plot_unit')
                       -> label(trans('property::property.label.plot_unit'))
                       -> placeholder(trans('property::property.placeholder.plot_unit'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::decimal('land_area')
                       -> label(trans('property::property.label.land_area'))
                       -> placeholder(trans('property::property.placeholder.land_area'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('land_unit')
                       -> label(trans('property::property.label.land_unit'))
                       -> placeholder(trans('property::property.placeholder.land_unit'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('meta_title')
                       -> label(trans('property::property.label.meta_title'))
                       -> placeholder(trans('property::property.placeholder.meta_title'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('meta_keyword')
                       -> label(trans('property::property.label.meta_keyword'))
                       -> placeholder(trans('property::property.placeholder.meta_keyword'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('meta_description')
                       -> label(trans('property::property.label.meta_description'))
                       -> placeholder(trans('property::property.placeholder.meta_description'))!!}
                </div>

                <div class='col-md-4 col-sm-6'>
                       {!! Form::text('city1')
                       -> label(trans('property::property.label.city1'))
                       -> placeholder(trans('property::property.placeholder.city1'))!!}
                </div>
            </div>