@extends('layouts.front') @push('css') @endpush @section('content') @includeIf('partials.user.header')
@includeIf('partials.user.sidebar')

@lang('Listing Type')

@if (now()user()->plan_end_date)

@lang('You have') {{ auth()->user()->ad_limit }} @lang('directory left to add.')

@else

@lang('Current plan date expired!')

@endif
@foreach($forms as $index => $form) @endforeach
@php echo $gs->copyright; @endphp
@endsection @push('js') @endpush