@extends('layout.backend') @section('title', 'Gerar Plantão Automaticamente' ) @section('scripts') @parent @endsection @section('content') @livewire('on-call-generate') @endsection