@extends(config('template.admin.view') . '.layout.layout') @if(isset($title)) @section('title', $title) @endif @section('head') @parent @endsection @section('content')
{{__('main.Scheduler')}}
{{__('main.Here you can set up a schedule for all automatic system actions')}}
@endsection @section('js') @parent @endsection