@extends('admin.layouts.container') @section('content')

{{ $head ?? '' }}

@if($domain ?? '' && $domain->id) @method('PUT') @endif @csrf
@if(!@$domain)
@endif
@if( count($modules) >= 1 )
@foreach($modules as $key=> $row)
@endforeach
@endif

/usr/local/bin/php PATH_TO_ROOT_DIRECTORY/artisan queue:work --daemon --stop-when-empty

/usr/local/bin/php PATH_TO_ROOT_DIRECTORY/artisan queue:retry all

And set the period value in each time filed to *

Replace "PATH_TO_ROOT_DIRECTORY" to the path to the root of the new website

EX: /home/username/public_html

@endsection @section('inner_js') @endsection