{{-- * 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')
@include('classified/account/inc/sidebar-left')
@include('flash::message') @if (count($errors) > 0)
@lang('global.Oops ! An error has occurred. Please correct the red fields in the form')
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ $ad_counter->total_visits or 0 }} {{ trans_choice('global.visits', (isset($ad_counter) ? $ad_counter->total_visits : 0)) }}

@lang('global.Hello') {{ $user->name }} !

@lang('global.You last logged in at') : {{ $user->last_login_at->format('d-m-Y H:i:s') }}
{!! csrf_field() !!}