@extends('master') @section('content')

{{ __('uum.websitesettings') }}


@csrf
{{ __('uum.cronnotice') }}

* * * * * cd {{ base_path() }} && php artisan schedule:run >> /dev/null 2>&1
@endsection @section('myscript') @endsection