@extends('install.layouts.master')
@section('title', trans('messages.cron_jobs'))
@section('content')
Congratulations, you've successfully installed LaraClassifier (Classified Ads Web Application)
Remember that all your configurations were saved in [APP_ROOT]/.env file. You can change it when needed.
Now, you can go to your Admin Panel with link:
{{ admin_url() }}.
Visit your website: {{ url('/') }}
Thank you for choosing LaraClassifier. - laraclassifier.com
@endsection
@section('after_scripts')
@endsection