{{-- * LaraClassified - Geo Classified Ads CMS * Copyright (c) Mayeul Akpovi. All Rights Reserved * * Email: mayeul.a@larapen.com * Website: http://larapen.com * * LICENSE * ------- * This software is furnished under a license and may be used and copied * only in accordance with the terms of such license and with the inclusion * of the above copyright notice. If you Purchased from Codecanyon, * Please read the full License from here - http://codecanyon.net/licenses/standard --}} @extends('classified.layouts.master') @section('content')
@if (Session::has('flash_notification.message'))
@include('flash::message')
@endif
@include('classified/account/inc/sidebar-left')
@if (Request::segment(3)=='myads')

@lang('global.My Ads')

@elseif (Request::segment(3)=='archived')

@lang('global.Archived ads')

@elseif (Request::segment(3)=='favourite')

@lang('global.Favourite ads')

@elseif (Request::segment(3)=='pending-approval')

@lang('global.Pending approval')

@else

@lang('global.Ads')

@endif
{!! csrf_field() !!}

Notice: Undefined variable: ads in /home/evrosdgz/public_html/main/resources/views/classified/account/ads.blade.php on line 84

Warning: Invalid argument supplied for foreach() in /home/evrosdgz/public_html/main/resources/views/classified/account/ads.blade.php on line 84
Photo @lang('global.Adds Details') -- Option
@endsection @section('javascript') @parent @endsection