@extends('vendor.nova.partials.auth-layout') @push('js') @endpush @section('content')
@csrf

{{ __('Online panel') }}

{{ __('Register') }}
@stop