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

Edit Listing Item

@else

Create new Listing Item

@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
@if($listing->title == "Yes")
@endif @if($listing->icon == "Yes")
@endif @if($listing->image == "Yes")
@include('admin.media.set_file', ['file'=>$obj->media, 'title'=>'Media Files', 'popup_type'=>'single_image', 'type'=>'Image', 'holder_attr'=>'media_id'])
@endif @if($listing->short_description == "Yes")
@endif @if($listing->detailed_description == "Yes")
@endif
Publish
id || $obj->status == 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
Priority
@include('admin._partials.footer')
@endsection @section('footer') @parent @endsection