{{-- * 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('css') @endsection @section('search') @parent @include('classified/home/inc/search') @endsection @section('content')
@if (session('message'))
{{ session('message') }}
@endif @if (Session::has('flash_notification.message'))
@include('flash::message')
@endif

Fatal error: Uncaught Error: Call to undefined function config() in /home/evrosdgz/public_html/main/resources/views/classified/home/index.blade.php:50 Stack trace: #0 {main} thrown in /home/evrosdgz/public_html/main/resources/views/classified/home/index.blade.php on line 50