Joseph Tadesse

Results 2 comments of Joseph Tadesse

```bash PS C:\Users\Joseph Tadesse\PycharmProjects\AdvancedComputerVision> pip install autopy Collecting autopy Downloading autopy-4.0.0.tar.gz (20 kB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting requirements...

first i imported ```@notifyCss``` and ```@notifyJs``` then finally imported ``` @include('notify::components.notify')``` and it works here is sample code ```php {{ config('app.name', 'Laravel') }} @notifyCss @vite(['resources/css/app.css', 'resources/js/app.js']) @include('layouts.navigation') @include('notify::components.notify') @if (isset($header))...