@extends('front_end.layouts.home') @php $showRightSidebar = false; @endphp @section('title', 'List an Item') @section('left_sidebar') @include('front_end.pages.marketplace.marketplace_left_sidebar') @endsection @section('content')
@push('styles') @endpush @push('scripts') @if(isset($jquery_ui) && $jquery_ui) @endif @endpush @endsection