@extends('install.layouts.master')
@section('title', trans('messages.cron_jobs'))
@section('content')
Congratulations, you've successfully installed JobClass (Geolocalized Job Portal Script)
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:
{{ url(config('larapen.admin.route_prefix', 'admin')) }}.
Visit your website: {{ url('/') }}
If you are having problems or suggestions, please visit Bedigit website.
Thank you for chosing JobClass.
@endsection
@section('after_scripts')
@endsection