Method Filament\Clinic\Resources\ClinicResource\Pages\CheckOutRxOrder::getColumnSpan doesn't Exist
<?php
namespace App\Filament\Clinic\Resources\ClinicRxOrderResource\Widgets
use Filament\Widgets\Widget;
class ProcessPayment extends Widget
{
protected static string $view = 'filament.clinic.resources.clinic-rx-order-resource.widgets.process-payment';
}
The above code is the php file and below is the blade file code.
<x-filament::widget>
<x-filament::section>
<x-slot name="heading">
User details
</x-slot>
</x-filament::section>
</x-filament::widget>
namespace App\Filament\Clinic\Resources\ClinicRxOrderResource\Widgets
use Filament\Widgets\Widget;
class ProcessPayment extends Widget
{
protected static string $view = 'filament.clinic.resources.clinic-rx-order-resource.widgets.process-payment';
}
The above code is the php file and below is the blade file code.
<x-filament::widget>
<x-filament::section>
<x-slot name="heading">
User details
</x-slot>
</x-filament::section>
</x-filament::widget>