'date', 'total_amount' => 'decimal:2', ]; public function supplier() { return $this->belongsTo(Supplier::class); } }