wip
This commit is contained in:
@@ -3,12 +3,10 @@
|
||||
namespace App\Modules\VisaMasterPaymentOrder\Nova\Resources;
|
||||
|
||||
use App\Models\Branch\Branch;
|
||||
use App\Modules\VisaMasterPaymentOrder\Nova\Resources\Concerns\VisaMasterAuth;
|
||||
use App\Nova\Actions\MakePaymentNovaVisaMaster;
|
||||
use App\Nova\Resource;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Laravel\Nova\Fields\ID;
|
||||
use Laravel\Nova\Fields\Boolean;
|
||||
use Laravel\Nova\Fields\ID;
|
||||
use Laravel\Nova\Fields\Text;
|
||||
use Laravel\Nova\Http\Requests\NovaRequest;
|
||||
|
||||
@@ -102,7 +100,7 @@ class NovaVisaMasterPaymentOrderItem extends Resource
|
||||
Text::make('Töleg ýyly', fn () => $this->created_at->format('Y')),
|
||||
Text::make('Töleg aýy', fn () => $this->created_at->format('m')),
|
||||
|
||||
Text::make('Amalyň geçirilen wagty', fn () => $this->created_at('i:H, d.m.Y')),
|
||||
Text::make('Amalyň geçirilen wagty', fn () => $this->created_at->format('i:H, d.m.Y')),
|
||||
|
||||
Text::make('Amalyň möçberi', fn () => $this->usd_payment_amount),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user