@extends('admin._layouts.fileupload') @section('header') @parent @endsection @section('content')
@if($obj->id)

Edit Project

@else

Create new Project

@endif
@if(auth()->user()->can($permissions['create'])) @endif
@include('admin._partials.notifications') @if($obj->id)
@else @endif @csrf id) value="{{encrypt($obj->id)}}" @endif id="inputId">
Basic Details
The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.
@include('admin.projects._partials.mega_menu', ['obj'=>$obj]) @include('admin.projects._partials.home_banner', ['obj'=>$obj]) @include('admin.projects._partials.info', ['obj'=>$obj]) @include('admin.projects._partials.amenities.index',['obj'=>$obj]) @include('admin.projects._partials.floor_plans.list',['obj'=>$obj]) @include('admin.projects._partials.locations', ['obj'=>$obj]) @include('admin.projects.sections', ['obj'=>$obj])
SEO
Extra Data
Publish
id || $obj->status == 1) checked="" @endif>
is_featured == 1) checked="checked" @endif>
id || $obj->is_showcased == 1) checked="" @endif>
id || $obj->no_detail_page == 1) checked="" @endif>
@if(!$obj->id) {{date('d M, Y h:i A')}} @else {{date('d M, Y h:i A', strtotime($obj->created_at))}} @endif
@if(!$obj->id) {{date('d M, Y h:i A')}} @else {{date('d M, Y h:i A', strtotime($obj->updated_at))}} @endif
@if(!$obj->id) {{auth()->user()->name}} @else {{$obj->created_user->name}} @endif
@if(!$obj->id) {{auth()->user()->name}} @else {{$obj->updated_user->name}} @endif
QR Image
@include('admin.media.set_file', ['file'=>$obj->qr_image, 'title'=>'QR Image', 'popup_type'=>'single_image', 'type'=>'Image', 'holder_attr'=>'qr_image_id'])
Logo Image
@include('admin.media.set_file', ['file'=>$obj->logo_image, 'title'=>'Logo Image', 'popup_type'=>'single_image', 'type'=>'Image', 'holder_attr'=>'logo_image_id'])
Featured Image
@include('admin.media.set_file', ['file'=>$obj->featured_image, 'title'=>'Featured Image', 'popup_type'=>'single_image', 'type'=>'Image', 'holder_attr'=>'featured_image_id'])
Featured Image BG
@include('admin.media.set_file', ['file'=>$obj->featured_image_bg, 'title'=>'Featured Image BG', 'popup_type'=>'single_image', 'type'=>'Image', 'holder_attr'=>'featured_image_bg_id'])
Banner Image
@include('admin.media.set_file', ['file'=>$obj->banner_image, 'title'=>'Banner Image', 'popup_type'=>'single_image', 'type'=>'Image', 'holder_attr'=>'banner_image_id'])
Mobile Banner Image
@include('admin.media.set_file', ['file'=>$obj->mobile_banner_image, 'title'=>'Mobile Banner Image', 'popup_type'=>'single_image', 'type'=>'Image', 'holder_attr'=>'mob_banner_image_id'])
Priority
@if($obj->id) @endif
Locations
OG Image
@include('admin.media.set_file', ['file'=>$obj->og_image, 'title'=>'OG Image', 'popup_type'=>'single_image', 'type'=>'Image', 'holder_attr'=>'og_image_id'])
@include('admin._partials.footer')
@endsection @section('footer') @parent @endsection